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 107c9a9..3283960 100644
--- a/schema/sqlite.sql
+++ b/schema/sqlite.sql
@@ -25,5 +25,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'
);