diff options
author | Aaron Parecki <aaron@parecki.com> | 2023-10-08 10:10:13 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2023-10-08 10:10:13 -0700 |
commit | 1c0432939a5381ffe1453e05401ec8e3b2ba4826 (patch) | |
tree | a082fd06c900860c50b7921434c320dce6565f3e /schema/mysql.sql | |
parent | 88509de125bd382832228cdd2efcf7b259dcab2b (diff) | |
parent | d6e03455453e83768b53dc23379680f6ef83abca (diff) |
Merge branch 'add-weight-posts' of github.com:Zegnat/Quill into Zegnat-add-weight-posts
# Conflicts:
# controllers/controllers.php
# schema/migrations/0011.sql
Diffstat (limited to 'schema/mysql.sql')
-rw-r--r-- | schema/mysql.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/mysql.sql b/schema/mysql.sql index 0a0accb..d6210d9 100644 --- a/schema/mysql.sql +++ b/schema/mysql.sql @@ -25,5 +25,6 @@ CREATE TABLE `users` ( `default_timezone` varchar(255) DEFAULT NULL, `supported_post_types` longtext, `supported_visibility` longtext, + `weight_unit` varchar(255) DEFAULT 'kg', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |