Skip to content
Snippets Groups Projects
Commit 85cd98e1 authored by Dylan Fernandes's avatar Dylan Fernandes
Browse files

Removed migrations that were no longer needed

parent 87f2d0d4
No related branches found
No related tags found
No related merge requests found
class DropAlbumsTable < ActiveRecord::Migration[5.2]
def up
drop_table :albums
end
def down
raise ActiveRecord::IrreversibleMigration
end
end
class DropFavouritesTable < ActiveRecord::Migration[5.2]
def up
drop_table :favourites
end
def down
raise ActiveRecord::IrreversibleMigration
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment