Part-DB.Part-DB-server/migrations
Jan Böhmer fc1d2269d0 Fixed error with default values on older MySQL version
We have removed the default values for the columns completly, as it were only needed on SQLite when adding the column to existing row.
As this was done in an earlier migration, we can now safely remove it.

The MySQL now correctly detects no more changes. SQLite however still generates some wrong migration changes.
2023-04-09 01:17:48 +02:00
..
.gitignore Updated to doctrine migrations 3.0. 2020-07-04 23:38:18 +02:00
Version1.php Use non deprecated method to get database driver type. 2022-03-04 18:51:58 +01:00
Version20190902140506.php Only drop the foreign keys during migration from legacy Part-DB DBs if they really exist 2023-04-08 23:27:10 +02:00
Version20190913141126.php Removed warnings about changed permissions, as the old changes are reset later, and we now do the permission migration in Part-DB directly 2023-04-08 23:29:23 +02:00
Version20190924113252.php Use non deprecated method to get database driver type. 2022-03-04 18:51:58 +01:00
Version20191214153125.php Use non deprecated method to get database driver type. 2022-03-04 18:51:58 +01:00
Version20200126191823.php Use non deprecated method to get database driver type. 2022-03-04 18:51:58 +01:00
Version20200311204104.php Removed warnings about changed permissions, as the old changes are reset later, and we now do the permission migration in Part-DB directly 2023-04-08 23:29:23 +02:00
Version20200409130946.php Use non deprecated method to get database driver type. 2022-03-04 18:51:58 +01:00
Version20200502161750.php Removed warnings about changed permissions, as the old changes are reset later, and we now do the permission migration in Part-DB directly 2023-04-08 23:29:23 +02:00
Version20220925162725.php Fixed migration error on MySQL 8 2022-09-26 15:04:35 +02:00
Version20221003212851.php Added webauthn key migrations for sqlite 2022-10-05 22:11:28 +02:00
Version20221114193325.php Improved output of some messages during migration 2023-04-08 23:39:45 +02:00
Version20221204004815.php Added IPN migration for SQLite 2022-12-05 22:33:58 +01:00
Version20221216224745.php Allow to delete users while keeping log entries. 2022-12-17 00:25:54 +01:00
Version20230108165410.php Do not use RENAME INDEX as it is not supported in older MariaDB versions 2023-01-08 23:57:00 +01:00
Version20230219225340.php Added an explicit type for an old migration, so that (new) sqlite databases do not have a phase where a field has no type 2023-04-03 00:49:24 +02:00
Version20230220221024.php Mark SAML users as so in database and disable local password changing then. 2023-02-21 00:29:50 +01:00
Version20230402170923.php Properly quote users table for compatibility with newer MySQL databases 2023-04-08 19:51:29 +02:00
Version20230408170059.php Fixed some minor issues in database schema of MySQL 2023-04-08 23:49:47 +02:00
Version20230408213957.php Fixed error with default values on older MySQL version 2023-04-09 01:17:48 +02:00