mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
119627029-modifications_for_model_and rake
This commit is contained in:
parent
8963c1d304
commit
7ef8ad5a46
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