You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/uhabits-core-legacy/assets/main/migrations/024.sql

2 lines
138 B

alter table Habits add column skip_days integer not null default 0
alter table Habits add column skip_days_list integer not null default 0