From a9020e26ecf3c781847fec5ca02fbddb116fb2f9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Jul 2018 23:17:34 +0300 Subject: Fix syntax error in sql update file 2018-07-24--03-23.sql --- sql-files/upgrades/2018-07-24--03-23.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-files') diff --git a/sql-files/upgrades/2018-07-24--03-23.sql b/sql-files/upgrades/2018-07-24--03-23.sql index 64e29996f..a8d2d8f77 100644 --- a/sql-files/upgrades/2018-07-24--03-23.sql +++ b/sql-files/upgrades/2018-07-24--03-23.sql @@ -18,5 +18,5 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see . -UPDATE `inventory` SET `identify` = 1, `attribute` = 1 WHERE `card0` = -256 and `identify` = 0 +UPDATE `inventory` SET `identify` = 1, `attribute` = 1 WHERE `card0` = -256 and `identify` = 0; INSERT INTO `sql_updates` (`timestamp`) VALUES (1532403228); -- cgit v1.2.3-60-g2f50