Add missing semicolon

This commit is contained in:
Jonathon Wilson 2012-10-29 08:35:10 -06:00
parent 30e3f8f33e
commit 5b68651731
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
insert into instruments (description) values
('Guitar'),
('Vocals'),
('Drums')
('Drums');