Treker/uhabits-core/assets/main/migrations/16.sql
2026-04-06 10:56:08 -05:00

2 lines
131 B
SQL

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