summaryrefslogtreecommitdiff
path: root/sql-files/upgrades
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-10 05:50:53 +0200
committerHaru <haru@dotalux.com>2015-08-10 05:50:53 +0200
commitd23d21735e03f4657d7107309e520d03f5afc0f5 (patch)
treed81fc8beaf0b0aabe00f6b6ca4d18267c2f52fe9 /sql-files/upgrades
parent5e7ad85e29400fe891c9f1d42aa1c8383a636d76 (diff)
downloadhercules-d23d21735e03f4657d7107309e520d03f5afc0f5.tar.gz
hercules-d23d21735e03f4657d7107309e520d03f5afc0f5.tar.bz2
hercules-d23d21735e03f4657d7107309e520d03f5afc0f5.tar.xz
hercules-d23d21735e03f4657d7107309e520d03f5afc0f5.zip
Corrected an issue with the last SQL update
- Follow-up to 8caa0e564b5331a88d8dc1712513368b37ba9694 - It's safe to re-apply the related sql update script (sql-files/upgrades/2015-07-08--13-08.sql) in order to get rid of the 'detected 1 new SQL updates' message. - Thanks to KirieZ Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'sql-files/upgrades')
-rw-r--r--sql-files/upgrades/2015-07-08--13-08.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2015-07-08--13-08.sql b/sql-files/upgrades/2015-07-08--13-08.sql
index f9cbf1a42..4d7208582 100644
--- a/sql-files/upgrades/2015-07-08--13-08.sql
+++ b/sql-files/upgrades/2015-07-08--13-08.sql
@@ -3,4 +3,4 @@
DROP TABLE IF EXISTS interreg;
DROP TABLE IF EXISTS sstatus;
-INSERT INTO `sql_updates` (`timestamp`) VALUES (1435860840);
+INSERT INTO `sql_updates` (`timestamp`) VALUES (1436360978);