diff options
author | Haru <haru@dotalux.com> | 2015-08-10 05:50:53 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-10 05:50:53 +0200 |
commit | d23d21735e03f4657d7107309e520d03f5afc0f5 (patch) | |
tree | d81fc8beaf0b0aabe00f6b6ca4d18267c2f52fe9 /sql-files/main.sql | |
parent | 5e7ad85e29400fe891c9f1d42aa1c8383a636d76 (diff) | |
download | hercules-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/main.sql')
-rw-r--r-- | sql-files/main.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql index c95610016..a980cfd80 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -799,6 +799,7 @@ INSERT INTO `sql_updates` (`timestamp`) VALUES (1400256139); -- 2014-05-17--00-0 INSERT INTO `sql_updates` (`timestamp`) VALUES (1409590380); -- 2014-09-01--16-53.sql INSERT INTO `sql_updates` (`timestamp`) VALUES (1414975503); -- 2014-11-03--00-45.sql INSERT INTO `sql_updates` (`timestamp`) VALUES (1435860840); -- 2015-07-02--18-14.sql +INSERT INTO `sql_updates` (`timestamp`) VALUES (1436360978); -- 2015-07-08--13-08.sql -- -- Table structure for table `storage` |