From 7aaff12e2cf4e996a326043011e4cec11d3ce33a Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Thu, 28 Jul 2022 19:57:22 -0400 Subject: [PATCH] Modify migration to fit NOT NULL constraint --- app/src/main/sqldelight/migrations/18.sqm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/sqldelight/migrations/18.sqm b/app/src/main/sqldelight/migrations/18.sqm index 36cc33b6b..d68d8b580 100644 --- a/app/src/main/sqldelight/migrations/18.sqm +++ b/app/src/main/sqldelight/migrations/18.sqm @@ -14,4 +14,4 @@ UPDATE mangas SET last_update = 0 WHERE last_update = -1; UPDATE categories -SET manga_order = NULL; \ No newline at end of file +SET manga_order = ""; \ No newline at end of file