diff --git a/db/migrate/20220816133443_drop_albums_table.rb b/db/migrate/20220816133443_drop_albums_table.rb deleted file mode 100644 index 90c2e48c790417b96603e21cf004c8eb2e706714..0000000000000000000000000000000000000000 --- a/db/migrate/20220816133443_drop_albums_table.rb +++ /dev/null @@ -1,10 +0,0 @@ -class DropAlbumsTable < ActiveRecord::Migration[5.2] - def up - drop_table :albums - end - - def down - raise ActiveRecord::IrreversibleMigration - end -end - diff --git a/db/migrate/20220816133652_drop_favourites_table.rb b/db/migrate/20220816133652_drop_favourites_table.rb deleted file mode 100644 index 6edb9e78ee9fe637d375a4004bc0d26501990ad4..0000000000000000000000000000000000000000 --- a/db/migrate/20220816133652_drop_favourites_table.rb +++ /dev/null @@ -1,9 +0,0 @@ -class DropFavouritesTable < ActiveRecord::Migration[5.2] - def up - drop_table :favourites - end - - def down - raise ActiveRecord::IrreversibleMigration - end -end