Jan Böhmer
|
4f75e2641b
|
Define a custom FIELD function to sort tables by list of ids without the emulation via string operations
|
2024-06-16 23:46:40 +02:00 |
|
Jan Böhmer
|
eab1c7096c
|
Use the postgres migration code generated by the new doctrine orm versions
This now uses IDENTITY columns for ID columns, which makes their behavior more similar to the behavior of MySQL and SQLite
|
2024-06-10 22:38:46 +02:00 |
|
Jan Böhmer
|
8ee3aaf4f4
|
Added Sqlite migrations required by new doctrine/orm version and fixed migration duplication for sqlite
|
2024-06-10 21:54:15 +02:00 |
|
Jan Böhmer
|
427b8659c9
|
Added MySQL migrations required by the doctrine upgrades
The new ORM versions, do not have anymore column comments, so these got removed
|
2024-06-10 21:43:25 +02:00 |
|
Jan Böhmer
|
a88a2e04cf
|
Added the required initial users and groups for the database migration
|
2024-06-09 00:11:58 +02:00 |
|
Jan Böhmer
|
02acafc348
|
Added postgres to the AbstractMultiPlatformMigration class
|
2024-06-06 23:11:11 +02:00 |
|