mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Merge branch '105839906-reduce-history-of-db-objects' into staging
This commit is contained in:
commit
b93cdc29bf
4 changed files with 31 additions and 19 deletions
11
db/migrate/20151117081204_drop_log_legal_documents.rb
Normal file
11
db/migrate/20151117081204_drop_log_legal_documents.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
class DropLogLegalDocuments < ActiveRecord::Migration
|
||||
def up
|
||||
drop_table :log_legal_documents
|
||||
remove_column :legal_documents, :updated_at
|
||||
remove_column :legal_documents, :updator_str
|
||||
end
|
||||
|
||||
def down
|
||||
# we don't want it back
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue