Add fields reminder_hour and reminder_min to habits

This commit is contained in:
2015-03-12 05:39:40 -04:00
parent 6695f78b0d
commit 5c618416d9
59 changed files with 6554 additions and 15 deletions

2
assets/migrations/5.sql Normal file
View File

@@ -0,0 +1,2 @@
alter table habits add column reminder_hour integer;
alter table habits add column reminder_min integer;