Part-DB.Part-DB-server/src/Entity/ProjectSystem
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
..
Project.php Fixed error with default values on older MySQL version 2023-04-09 01:17:48 +02:00
ProjectBOMEntry.php Added possibility to import users and projects 2023-03-25 21:09:02 +01:00