diff --git a/db/db.sql b/db/db.sql index a527aae..cc643a7 100644 --- a/db/db.sql +++ b/db/db.sql @@ -32,7 +32,7 @@ CREATE TABLE IF NOT EXISTS `staffing` ( `week_interval` int(11) NOT NULL, `main_pos_title` text NOT NULL, `secondary_pos_title` text NOT NULL, - `regional_pos_title` text NOT NULL + `regional_pos_title` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING BTREE );