Skip to content

Commit

Permalink
Add manga notes migration to avoid merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
imkunet committed Mar 13, 2024
1 parent 7a08e16 commit dbeac77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/src/main/sqldelight/tachiyomi/migrations/3.sqm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Add notes column
ALTER TABLE mangas
ADD notes TEXT;

0 comments on commit dbeac77

Please sign in to comment.