summaryrefslogtreecommitdiffstats
path: root/src/sql/sqlite/updates/update_18_to_19.sql
blob: 8cd713e2cf267c9f082756896cb60a52b71ac8e7 (plain)
1
2
3
4
5
6
7
8
9
-- No change required. It was an mysql issue only


-- update the database version, and set date of update
UPDATE mana_world_states
   SET value      = '19',
       moddate    = strftime('%s','now')
 WHERE state_name = 'database_version';