mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 10:47:25 +01:00
Add migration to add notes to manga
This commit is contained in:
parent
5c690cc6c2
commit
7a50521ad7
3
data/src/main/sqldelight/tachiyomi/migrations/4.sqm
Normal file
3
data/src/main/sqldelight/tachiyomi/migrations/4.sqm
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
-- Add notes column
|
||||||
|
ALTER TABLE mangas
|
||||||
|
ADD notes TEXT;
|
Loading…
Reference in New Issue
Block a user