Part-DB-server/src/Entity/Base
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
..
AbstractCompany.php Improved serialized fields 2023-03-12 01:12:35 +01:00
AbstractDBElement.php Updated serializer discriminator map 2023-03-12 00:35:48 +01:00
AbstractNamedDBElement.php Refactored EntityImporter service 2023-03-12 19:16:49 +01:00
AbstractPartsContainingDBElement.php Improved serialized fields 2023-03-12 01:12:35 +01:00
AbstractStructuralDBElement.php Added import for storelocations 2023-03-24 22:51:41 +01:00
MasterAttachmentTrait.php Fixed problem with failing foreign key constraints on preview pic (1/2) 2023-02-20 00:06:00 +01:00
PartsContainingRepositoryInterface.php Removed old GPLv2 copyright header 2022-11-29 22:28:53 +01:00
TimestampTrait.php Fixed error with default values on older MySQL version 2023-04-09 01:17:48 +02:00