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 --
|
-- Staff insert --
|
||||||
------------------
|
------------------
|
||||||
INSERT INTO staff (
|
INSERT INTO staff (
|
||||||
staff_id,
|
staff_id
|
||||||
,"name"
|
,"name"
|
||||||
,"level"
|
,"level"
|
||||||
,price
|
,price
|
||||||
|
|
Loading…
Reference in New Issue