Running migrations. #118

Merged
AmineB merged 2 commits from fix-migration into master 2022-12-28 14:49:15 +00:00
Owner

@davidoskky here is the fix.

@davidoskky here is the fix.
AmineB added 1 commit 2022-12-28 14:28:02 +00:00
Running migrations.
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
e5e182761e
AmineB reviewed 2022-12-28 14:28:43 +00:00
@ -1 +1,6 @@
ALTER TABLE ITEM ADD COLUMN `author` TEXT NOT NULL;
CREATE TABLE ITEM_BACKUP AS SELECT `id`, `datetime`, `title`, `content`,
Author
Owner

I can't let the add column as it was already created on some devices as not null.

I can't let the add column as it was already created on some devices as not null.
AmineB added 1 commit 2022-12-28 14:34:58 +00:00
No duplicate builds for PRs.
All checks were successful
continuous-integration/drone/push Build is passing
2e7f7f23b3
AmineB merged commit 417a33eb25 into master 2022-12-28 14:49:14 +00:00
AmineB deleted branch fix-migration 2022-12-28 14:49:21 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Louvorg/ReaderForSelfoss-multiplatform#118
No description provided.