Better names for sql folders + added custom and pending

This commit is contained in:
Yehonal
2016-08-25 15:33:11 +02:00
parent cf9322ab4d
commit b211edb6c0
292 changed files with 0 additions and 0 deletions

View File

View File

@@ -0,0 +1,4 @@
ALTER TABLE characters_db_version CHANGE COLUMN 2016_08_12_00 2016_08_15_00 bit;
ALTER TABLE `channels`
ADD `ownership` tinyint(3) unsigned NOT NULL DEFAULT '1' AFTER `announce`;