setting description to be blank instead of null
This commit is contained in:
parent
9c10a56dda
commit
557ae19297
@ -2,4 +2,4 @@ alter table Habits add column question text;
|
||||
|
||||
update Habits set question = description;
|
||||
|
||||
update Habits set description = null;
|
||||
update Habits set description = "";
|
||||
Loading…
Reference in New Issue
Block a user