Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class RemoveMusicReleaseConfirmations < ActiveRecord::DataMigration
|
||||
def up
|
||||
say "Removing MusicReleaseConfirmations"
|
||||
|
||||
VideoReleaseConfirmation.where(releasable_type: "MusicRelease").destroy_all
|
||||
|
||||
say "Done."
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user