diff options
author | Haru <haru@dotalux.com> | 2015-07-08 15:11:32 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-09 21:14:02 +0200 |
commit | 8caa0e564b5331a88d8dc1712513368b37ba9694 (patch) | |
tree | c9a1f5db3f1657c8c7bd1be409d937fe46d23c9b /sql-files/upgrades/2015-07-08--13-08.sql | |
parent | 84e02ac28fbb15c58d0a0f8a916b49663198b05b (diff) | |
download | hercules-8caa0e564b5331a88d8dc1712513368b37ba9694.tar.gz hercules-8caa0e564b5331a88d8dc1712513368b37ba9694.tar.bz2 hercules-8caa0e564b5331a88d8dc1712513368b37ba9694.tar.xz hercules-8caa0e564b5331a88d8dc1712513368b37ba9694.zip |
Removed unused tables sstatus and interreg
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'sql-files/upgrades/2015-07-08--13-08.sql')
-rw-r--r-- | sql-files/upgrades/2015-07-08--13-08.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql-files/upgrades/2015-07-08--13-08.sql b/sql-files/upgrades/2015-07-08--13-08.sql new file mode 100644 index 000000000..f9cbf1a42 --- /dev/null +++ b/sql-files/upgrades/2015-07-08--13-08.sql @@ -0,0 +1,6 @@ +#1436360978 + +DROP TABLE IF EXISTS interreg; +DROP TABLE IF EXISTS sstatus; + +INSERT INTO `sql_updates` (`timestamp`) VALUES (1435860840); |