fix-migration
master
@davidoskky here is the fix.
@@ -1 +1,6 @@
ALTER TABLE ITEM ADD COLUMN `author` TEXT NOT NULL;
CREATE TABLE ITEM_BACKUP AS SELECT `id`, `datetime`, `title`, `content`,
I can't let the add column as it was already created on some devices as not null.
No dependencies set.
The note is not visible to the blocked user.
@davidoskky here is the fix.
@@ -1 +1,6 @@ALTER TABLE ITEM ADD COLUMN `author` TEXT NOT NULL;CREATE TABLE ITEM_BACKUP AS SELECT `id`, `datetime`, `title`, `content`,I can't let the add column as it was already created on some devices as not null.