Treker/uhabits-core-legacy/assets/main/migrations/016.sql
2021-01-03 14:43:49 -06:00

2 lines
129 B
SQL

alter table Habits add column type integer not null default 0
alter table Repetitions add column value integer not null default 2