mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Implement database access (with migrations)
This commit is contained in:
2
core/assets/main/migrations/016.sql
Normal file
2
core/assets/main/migrations/016.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
alter table Habits add column type integer not null default 0
|
||||
alter table Repetitions add column value integer not null default 2
|
||||
Reference in New Issue
Block a user