Skip to content

Commit 06bd83b

Browse files
committed
Add SQLDelight migration for novel_repos table
1 parent 296c987 commit 06bd83b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • data/src/commonMain/sqldelight/tachiyomi/migrations
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CREATE TABLE IF NOT EXISTS novel_repos (
2+
base_url TEXT NOT NULL PRIMARY KEY,
3+
name TEXT NOT NULL
4+
);

0 commit comments

Comments
 (0)