unixcharles / refinerycms-music

RefineryCMS engine for music section
MIT License
21 stars 7 forks source link

mysql migration #1

Closed kivanio closed 14 years ago

kivanio commented 14 years ago

this line:

add_index :songs, :id, :published

should be: add_index :songs, :id add_index :songs, :published

unixcharles commented 14 years ago

hmm you're right! see this commit: d49a52f thx!