diff options
author | Martijn van der Ven <martijn@vanderven.se> | 2019-10-20 09:30:33 +0200 |
---|---|---|
committer | Martijn van der Ven <martijn@vanderven.se> | 2019-10-20 09:30:33 +0200 |
commit | d6e03455453e83768b53dc23379680f6ef83abca (patch) | |
tree | c19717b1ef0f58211c645dfac0c60f02843ef066 /schema/migrations | |
parent | 6c7a254f6b152b6dc2c68554de2bfb52d9ecdffb (diff) |
Add new weight posting interface
Diffstat (limited to 'schema/migrations')
-rw-r--r-- | schema/migrations/0011.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/migrations/0011.sql b/schema/migrations/0011.sql new file mode 100644 index 0000000..763ea58 --- /dev/null +++ b/schema/migrations/0011.sql @@ -0,0 +1,2 @@ +ALTER TABLE users +ADD COLUMN `weight_unit` VARCHAR(255) DEFAULT 'kg'; |