]> git.sesse.net Git - ccbs/blob - sql/em2-machinesongs.sql
Add an "active_rounds" table to the bigscreen schema, and set a primary key for the...
[ccbs] / sql / em2-machinesongs.sql
1 INSERT INTO machinesongs SELECT song,(SELECT machine FROM machines WHERE machinename='Dancing Stage EuroMix 2') FROM songs;