.. |
.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
|
Fixed issue preventing migration from legacy Part-DB version
|
2023-05-07 02:29:32 +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 legacy database migration for newer MySQL version
|
2023-05-07 21:43:01 +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 |
Version20230417211732.php
|
Normalize class_names for attachments migrated from legacy Part-DB database
|
2023-04-17 23:52:08 +02:00 |