Add subtitles to Genres and Specials
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Genre" ADD COLUMN "subtitle" TEXT;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Special" ADD COLUMN "subtitle" TEXT;
|
||||
Reference in New Issue
Block a user