Running migrations. #118
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@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.