blob: 8cd713e2cf267c9f082756896cb60a52b71ac8e7 (
plain) (
tree)
|
|
-- 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';
|