There was an error while loading. Please reload this page.
1 parent 296c987 commit 06bd83bCopy full SHA for 06bd83b
1 file changed
data/src/commonMain/sqldelight/tachiyomi/migrations/31.sqm
@@ -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