mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Add fields reminder_hour and reminder_min to habits
This commit is contained in:
2
assets/migrations/5.sql
Normal file
2
assets/migrations/5.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
alter table habits add column reminder_hour integer;
|
||||
alter table habits add column reminder_min integer;
|
||||
Reference in New Issue
Block a user