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

5 lines
124 B
SQL

alter table Habits add column question text;
update Habits set question = description;
update Habits set description = "";