mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 13:21:01 +00:00
General fixes
+Updated installation SQL struct NOTE: To play this version without reinstalling the server, you need to run this query (where "s1_" is the prefix of the server): ALTER TABLE `s1_forum_topic` DROP `alliance0`, DROP `player0`, DROP `coor0`, DROP `report0`; ALTER TABLE `s1_forum_post` DROP `alliance0`, DROP `player0`, DROP `coor0`, DROP `report0`;
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-- 20.05.2018 -> dropped eight columns
|
||||
ALTER TABLE `s1_forum_topic`
|
||||
DROP `alliance0`,
|
||||
DROP `player0`,
|
||||
DROP `coor0`,
|
||||
DROP `report0`;
|
||||
|
||||
ALTER TABLE `s1_forum_post`
|
||||
DROP `alliance0`,
|
||||
DROP `player0`,
|
||||
DROP `coor0`,
|
||||
DROP `report0`;
|
||||
|
||||
-- 19.05.2018 -> added two new columns
|
||||
ALTER TABLE s1_forum_cat ADD (`display_to_alliances` text, `display_to_users` text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user