This website requires JavaScript.
Explore
Help
Register
Sign In
seth
/
jam-cloud
mirror of
https://bitbucket.org/jamkazam/jam-cloud.git
Watch
1
Star
0
Fork
You've already forked jam-cloud
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
promised_based_api_interation
jam-cloud
/
db
/
up
/
instruments.sql
5 lines
80 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
added script to insert instruments
2012-10-29 10:43:52 +00:00
insert
into
instruments
(
description
)
values
(
'
Guitar
'
)
,
(
'
Vocals
'
)
,
Add missing semicolon
2012-10-29 14:35:10 +00:00
(
'
Drums
'
)
;