summaryrefslogtreecommitdiffstats
path: root/src/sql/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/sqlite')
-rw-r--r--src/sql/sqlite/updates/update_13_to_14.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/sqlite/updates/update_13_to_14.sql b/src/sql/sqlite/updates/update_13_to_14.sql
index a4c4a38..5066814 100644
--- a/src/sql/sqlite/updates/update_13_to_14.sql
+++ b/src/sql/sqlite/updates/update_13_to_14.sql
@@ -1,6 +1,6 @@
-- Add the slot column to table mana_characters
-ALTER TABLE mana_characters ADD slot INTEGER NOT NULL;
+ALTER TABLE mana_characters ADD slot INTEGER NOT NULL DEFAULT (0);
-- Update the database version, and set date of update
UPDATE mana_world_states