summaryrefslogtreecommitdiff
path: root/schema/migrations/0011.sql
diff options
context:
space:
mode:
authorMartijn van der Ven <martijn@vanderven.se>2019-10-20 09:30:33 +0200
committerMartijn van der Ven <martijn@vanderven.se>2019-10-20 09:30:33 +0200
commitd6e03455453e83768b53dc23379680f6ef83abca (patch)
treec19717b1ef0f58211c645dfac0c60f02843ef066 /schema/migrations/0011.sql
parent6c7a254f6b152b6dc2c68554de2bfb52d9ecdffb (diff)
Add new weight posting interface
Diffstat (limited to 'schema/migrations/0011.sql')
-rw-r--r--schema/migrations/0011.sql2
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';