Initial commit
This commit is contained in:
6
db/migrate/20180704115110_remove_auditing.rb
Normal file
6
db/migrate/20180704115110_remove_auditing.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class RemoveAuditing < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
drop_table :audit_logs
|
||||
drop_table :versions
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user