Remove extra comma

merge-requests/36/head
Brian Haley 2019-08-29 21:08:56 -04:00
parent f94af16d39
commit 5deeaee706
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ PRAGMA foreign_keys = ON; -- database requires foreign key checking to be turned
-- Staff insert -- -- Staff insert --
------------------ ------------------
INSERT INTO staff ( INSERT INTO staff (
staff_id, staff_id
,"name" ,"name"
,"level" ,"level"
,price ,price