* forgot to add latest migration to schema.sql

* default link color can be changed for each template
This commit is contained in:
slawkens1
2018-01-14 15:21:20 +01:00
parent fc6cd29e84
commit 755adb0863
5 changed files with 13 additions and 6 deletions

View File

@@ -147,6 +147,8 @@ CREATE TABLE `myaac_menu`
`template` VARCHAR(255) NOT NULL,
`name` VARCHAR(255) NOT NULL,
`link` VARCHAR(255) NOT NULL,
`blank` TINYINT(1) NOT NULL DEFAULT 0,
`color` CHAR(6) NOT NULL DEFAULT '',
`category` INT(11) NOT NULL DEFAULT 1,
`ordering` INT(11) NOT NULL DEFAULT 0,
`enabled` INT(1) NOT NULL DEFAULT 1,