Misc: fix SQL updates + move some lines of code

This commit is contained in:
ShinDarth
2016-08-14 20:23:39 +02:00
parent 47dfb6c526
commit 146f147676
5 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
(1334, 'Your ticket has been closed.'),
(1335, 'You received a ticket response.');

View File

@@ -0,0 +1,6 @@
ALTER TABLE world_db_version CHANGE COLUMN 2016_08_14_01 2016_08_14_02 bit;
DELETE FROM `trinity_string` WHERE `entry`IN (1334, 1335);
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
(1334, 'Your ticket has been closed.'),
(1335, 'You received a ticket response.');