summaryrefslogtreecommitdiff
path: root/schema/sqlite.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/sqlite.sql')
-rw-r--r--schema/sqlite.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema/sqlite.sql b/schema/sqlite.sql
index ca495cd..7f73dd8 100644
--- a/schema/sqlite.sql
+++ b/schema/sqlite.sql
@@ -23,5 +23,6 @@ CREATE TABLE users (
email_username TEXT,
default_timezone TEXT,
supported_post_types TEXT,
- supported_visibility TEXT
+ supported_visibility TEXT,
+ weight_unit TEXT default 'kg'
);