[DATABASE] Changed the type of the 'id' field of the ProfileList table from serial to int, as doctrine complains otherwise

This commit is contained in:
Hugo Sales
2020-03-30 18:19:44 +00:00
committed by Hugo Sales
parent afc4e87353
commit fe73001c36
2 changed files with 8 additions and 12 deletions

View File

@@ -79,8 +79,6 @@ class SchemaDefDriver extends StaticPHPDriver
'options' => ['comment' => $schema['description'] ?? ''],
]);
echo "{$class_name}\n";
foreach ($schema['fields'] as $name => $opts) {
// TODO
// Convert old to new types