5 lines
171 B
MySQL
5 lines
171 B
MySQL
|
SELECT AddNewFields();
|
||
|
SELECT RemoveRecordsWithoutRelatedData();
|
||
|
SELECT CreateMissingPrimaryKeys();
|
||
|
SELECT CreateMissingForeignKeys();
|
||
|
SELECT CreateMissingIndexes();
|