mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
119627029-modifications_for_model_and rake
(cherry picked from commit 7ef8ad5
)
This commit is contained in:
parent
60bf329846
commit
2d08f4bb09
3 changed files with 85 additions and 10 deletions
5
db/migrate/20160629114503_add_hash_to_legal_doc.rb
Normal file
5
db/migrate/20160629114503_add_hash_to_legal_doc.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddHashToLegalDoc < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :legal_documents, :checksum, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue