mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
3 lines
195 B
SQL
3 lines
195 B
SQL
alter table Habits add column target_type integer not null default 0
|
|
alter table Habits add column target_value real not null default 0
|
|
alter table Habits add column unit text not null default "" |