Skip to content

Commit

Permalink
Added missing comma #34
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko259 committed Sep 23, 2021
1 parent f9d95d1 commit 7428f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit 7428f56

Please sign in to comment.