eliminate transaction log items table
This commit is contained in:
5
db/migrate/20161221225849_drop_transaction_log_items.rb
Normal file
5
db/migrate/20161221225849_drop_transaction_log_items.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropTransactionLogItems < ActiveRecord::Migration
|
||||
def up
|
||||
drop_table :transaction_log_items
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user