diff options
author | Haru <haru@dotalux.com> | 2019-05-05 21:10:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-05 21:10:38 +0200 |
commit | aa79da0e801a536b22911d47fd12df351c36214e (patch) | |
tree | 1e266783f544394a6ac0834ec7abc2ab44f1c9e7 /sql-files/main.sql | |
parent | 416acb084a7f04a61c410cbc8b31a85ae90c013f (diff) | |
parent | 9e934f3608a4a67667573514909911130493e174 (diff) | |
download | hercules-aa79da0e801a536b22911d47fd12df351c36214e.tar.gz hercules-aa79da0e801a536b22911d47fd12df351c36214e.tar.bz2 hercules-aa79da0e801a536b22911d47fd12df351c36214e.tar.xz hercules-aa79da0e801a536b22911d47fd12df351c36214e.zip |
Merge pull request #2425 from hemagx/hercules_signed_items_fix
Fix an issue with named/brewed/forged items getting saved with the wrong character id
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 a08ec60ba..5d466f4cd 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -925,6 +925,7 @@ INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1532403228); -- 2018-07-2 INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1535865732); -- 2018-09-01--05-22.sql INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1544738447); -- 2018-12-14--01-02.sql INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1546059075); -- 2018-12-29--07-51.sql +INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1554760320); -- 2019-04-08--21-52.sql -- -- Table structure for table `storage` |