Drop amazon backups table.

This commit is contained in:
evazion
2019-08-27 19:58:05 -05:00
parent f1a0fbef85
commit 57e20b4e28
2 changed files with 9 additions and 47 deletions

View File

@@ -0,0 +1,7 @@
require_relative "20110815233456_create_amazon_backups"
class DropAmazonBackups < ActiveRecord::Migration[6.0]
def change
revert CreateAmazonBackups
end
end