summaryrefslogtreecommitdiff
path: root/sql-files
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-27 00:17:01 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-27 00:17:01 +0300
commitf3d1b092af8905a339b31255dcf9f5d59bcc519e (patch)
tree52714d890fd164a8d47909b0e059a4ce2e6cb10a /sql-files
parentf47ce884e05379ed4f78fa2d8926223c94e86e7d (diff)
downloadserverdata-f3d1b092af8905a339b31255dcf9f5d59bcc519e.tar.gz
serverdata-f3d1b092af8905a339b31255dcf9f5d59bcc519e.tar.bz2
serverdata-f3d1b092af8905a339b31255dcf9f5d59bcc519e.tar.xz
serverdata-f3d1b092af8905a339b31255dcf9f5d59bcc519e.zip
Fix syntax error in sql update 2018-07-24--03-23.sql
Diffstat (limited to 'sql-files')
-rw-r--r--sql-files/upgrades/2018-07-24--03-23.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2018-07-24--03-23.sql b/sql-files/upgrades/2018-07-24--03-23.sql
index 64e29996..a8d2d8f7 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 <http://www.gnu.org/licenses/>.
-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);