mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
2 lines
129 B
SQL
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 |