Add title column to chapters

This commit is contained in:
2020-04-20 00:11:47 +02:00
parent 0335c1eb08
commit 142b94722e
3 changed files with 4 additions and 0 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `Chapters`
ADD COLUMN `title` varchar(50);