mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
fix(database/core): fix upgrade path for ReadPosts table
Fixes COMPOSE-LOBSTERS-2S
This commit is contained in:
parent
109176768c
commit
4eaf25e189
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CREATE TABLE ReadPosts(
|
||||
CREATE TABLE IF NOT EXISTS ReadPosts(
|
||||
id TEXT NOT NULL PRIMARY KEY
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue