summaryrefslogtreecommitdiffstats
path: root/src/sql/sqlite/updates/update_14_to_16.sql
blob: aa5d464602dfcd68d24f29cc1adba191cb2707d8 (plain)
1
2
3
4
5
6
7
-- No changes required. It was only an issue with mysql.

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