summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2014-05-17--00-06.sql
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-05-17 13:37:39 +0200
committerHaru <haru@dotalux.com>2014-05-17 13:38:46 +0200
commita42f880e87962b1020fbab36c690ccbf7f28da01 (patch)
treeec13f87c57ace88ea7fd265741ea73ceb6324a4b /sql-files/upgrades/2014-05-17--00-06.sql
parent57164480ba2a428b6811e372a0249d8213fa6b71 (diff)
downloadhercules-a42f880e87962b1020fbab36c690ccbf7f28da01.tar.gz
hercules-a42f880e87962b1020fbab36c690ccbf7f28da01.tar.bz2
hercules-a42f880e87962b1020fbab36c690ccbf7f28da01.tar.xz
hercules-a42f880e87962b1020fbab36c690ccbf7f28da01.zip
Follow-up to 5f5380e8d5fa2e6042813e35101cb33b656e3972
- Fixed a missing semicolon in the upgrade script. Special thanks to QQfoolsorellina Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'sql-files/upgrades/2014-05-17--00-06.sql')
-rw-r--r--sql-files/upgrades/2014-05-17--00-06.sql2
1 files changed, 1 insertions, 1 deletions
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);