4 lines
168 B
Plaintext
4 lines
168 B
Plaintext
-- CREATE A MIGRATION ENTRY
|
|
INSERT INTO `DB_MIGRATIONS` (`MIGRATION`) VALUES (/*'yyyymmdd_server_description'*/); -- put the migration's filename as the value
|
|
|
|
-- BEGIN |