lib/gdshowsdb/templates/update_migration.rb.erb in gdshowsdb-1.0.0 vs lib/gdshowsdb/templates/update_migration.rb.erb in gdshowsdb-1.0.1
- old
+ new
@@ -1,5 +1,5 @@
-class UpdateGdshowsdbData < ActiveRecord::Migration
+class UpdateGdshowsdbData < ActiveRecord::Migration[5.0]
def up
# added song_refs <% @added_song_refs.each do |song_ref_spec| %>
SongRef.create_from(<%= song_ref_spec.inspect %>)
<% end %>
\ No newline at end of file