Add migration to add notes to manga

This commit is contained in:
imkunet 2024-09-19 03:05:45 -04:00
parent 5c690cc6c2
commit 7a50521ad7
No known key found for this signature in database
GPG Key ID: 32E0ECFB90A68C42

View File

@ -0,0 +1,3 @@
-- Add notes column
ALTER TABLE mangas
ADD notes TEXT;