mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
setting description to be blank instead of null
This commit is contained in:
@@ -2,4 +2,4 @@ alter table Habits add column question text;
|
|||||||
|
|
||||||
update Habits set question = description;
|
update Habits set question = description;
|
||||||
|
|
||||||
update Habits set description = null;
|
update Habits set description = "";
|
||||||
Reference in New Issue
Block a user