SafeDispatch/UpdateHelper/RunAllMissingFiles.sql

5 lines
171 B
MySQL
Raw Normal View History

SELECT AddNewFields();
SELECT RemoveRecordsWithoutRelatedData();
SELECT CreateMissingPrimaryKeys();
SELECT CreateMissingForeignKeys();
SELECT CreateMissingIndexes();