focalboard/server/services/store/sqlstore/migrations/migrations_files
Jesús Espino 2d261fde59
Adding mysql support to the database (#301)
* Adding mysql support

* Fixing other test cases

* Tests passing on mysql

* Fix the row number generation

* Adding blocks_history table

* merging the migrations in one single set of files

* Passing mysql tests

* Fixing default encoding on mysql

* Simplifying things

* Removing from the blocks table all deleted blocks

* Better indentation

* Moving db types to constants to make it less error prone

* reducing duplicated code

* Removing log line

* Now sql tests are running properly in mysql, sqlite and postgres
2021-04-22 22:53:01 +02:00
..
000001_init.down.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000001_init.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000002_system_settings_table.down.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000002_system_settings_table.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000003_blocks_rootid.down.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000003_blocks_rootid.up.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000004_auth_table.down.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000004_auth_table.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000005_blocks_modifiedby.down.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000005_blocks_modifiedby.up.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000006_sharing_table.down.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000006_sharing_table.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000007_workspaces_table.down.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000007_workspaces_table.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000008_teams.down.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000008_teams.up.sql merging the migrations in one single set of files (#289) 2021-04-20 11:27:20 +02:00
000009_blocks_history.down.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
000009_blocks_history.up.sql Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00