From a42f880e87962b1020fbab36c690ccbf7f28da01 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 17 May 2014 13:37:39 +0200 Subject: Follow-up to 5f5380e8d5fa2e6042813e35101cb33b656e3972 - Fixed a missing semicolon in the upgrade script. Special thanks to QQfoolsorellina Signed-off-by: Haru --- sql-files/upgrades/2014-05-17--00-06.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-files/upgrades/2014-05-17--00-06.sql b/sql-files/upgrades/2014-05-17--00-06.sql index 8f19c859f..a9943ce38 100644 --- a/sql-files/upgrades/2014-05-17--00-06.sql +++ b/sql-files/upgrades/2014-05-17--00-06.sql @@ -1,3 +1,3 @@ #1400256139 -RENAME TABLE `incuvate` TO `incubate` +RENAME TABLE `incuvate` TO `incubate`; INSERT INTO `sql_updates` (`timestamp`) VALUES (1400256139); -- cgit v1.2.3-60-g2f50