mirror of https://github.com/iSoron/uhabits.git
parent
88b9645be1
commit
0489dc39e0
@ -0,0 +1,5 @@
|
|||||||
|
alter table Habits add column question text;
|
||||||
|
|
||||||
|
update Habits set question = description
|
||||||
|
|
||||||
|
update Habits set description = null
|
Loading…
Reference in new issue