Remove extra comma
parent
f94af16d39
commit
5deeaee706
|
@ -5,7 +5,7 @@ PRAGMA foreign_keys = ON; -- database requires foreign key checking to be turned
|
|||
-- Staff insert --
|
||||
------------------
|
||||
INSERT INTO staff (
|
||||
staff_id,
|
||||
staff_id
|
||||
,"name"
|
||||
,"level"
|
||||
,price
|
||||
|
|
Loading…
Reference in New Issue