Commit Graph

7 Commits

Author SHA1 Message Date
Jan Böhmer
02acafc348 Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Jan Böhmer
eddf956f63 Do not use RENAME INDEX as it is not supported in older MariaDB versions 2023-01-08 23:57:00 +01:00
Jan Böhmer
011bda3600 Rename indices instead of dropping and creating them again
This should hopefully fix the failing migration on test action.
2023-01-08 22:05:06 +01:00
Jan Böhmer
897ea72bd0 Removed DEFAULT value for description on projects table as thats not supported on older MySQL version 2023-01-08 19:19:40 +01:00
Jan Böhmer
e423ef1e09 Only drop the legacy foreign key if migrated from legacy DB. 2023-01-08 18:57:56 +01:00
Jan Böhmer
e679317b4b Added project system database schema for SQLite 2023-01-08 18:17:52 +01:00
Jan Böhmer
79db46b8e6 Renamed devices table to projects to have the same name as the entities. 2023-01-08 18:01:56 +01:00