blob: 13c35f354c4ac7b606233309f895ba491de17e3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Database Migrations
## Tags
* assigned:
* type: feature
* priority: high
* keywords: database migrations
* status: pending
## Description
There might need to be some form of database migration to help keep the
* schema
* triggers
* views
* materialised views
etc synchronised across all the databases (i.e. development, CI/CD, staging, production etc.).
Some issues that might benefit from this are the following:
=> /issues/systems/mariadb/move-to-innodb
=> /issues/materialised-views-for-correlations
|