mirror of
https://github.com/vmangos/core
synced 2026-08-14 16:29:10 -04:00
Done without using the guard post gameobjects, since spawning them crashes the 1.12 client. |
||
|---|---|---|
| .. | ||
| 20190216195152_world.sql | ||
| 20190220180943_world.sql | ||
| 20190220213249_world.sql | ||
| 20190302155127_world.sql | ||
| 20190304084505_world.sql | ||
| 20190304091651_world.sql | ||
| 20190306081346_world.sql | ||
| 20190306174313_world.sql | ||
| merge.bat | ||
| merge.sh | ||
| README | ||
# SQL Migration File Format
SQL Migration is an ordinary SQL file.
File name must have the following format:
YYYYmmddHHMMSS_database.sql
'YYYYmmddHHMMSS' should be the current date in UTC.
'database' must be one of 'characters', 'world' or 'logon'.
For example:
20140320193109_world.sql
First line in the file must be the following:
INSERT INTO `migrations` VALUES ('YYYYmmddHHMMSS');
The date must be the same as in the file name.