summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sql/sqlite/updates/update_2_to_3.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/sqlite/updates/update_2_to_3.sql b/src/sql/sqlite/updates/update_2_to_3.sql
index f8fdfc91..55441eb5 100644
--- a/src/sql/sqlite/updates/update_2_to_3.sql
+++ b/src/sql/sqlite/updates/update_2_to_3.sql
@@ -6,7 +6,7 @@ CREATE TABLE tmw_transactions
char_id INTEGER NOT NULL,
action INTEGER NOT NULL,
message TEXT,
- time INTEGER NOT NULL,
+ time INTEGER NOT NULL
);
-- update the database version, and set date of update