119627029-modifications_for_model_and rake

This commit is contained in:
Stas 2016-06-30 11:15:56 +03:00
parent 8963c1d304
commit 7ef8ad5a46
3 changed files with 85 additions and 10 deletions

View file

@ -0,0 +1,5 @@
class AddHashToLegalDoc < ActiveRecord::Migration
def change
add_column :legal_documents, :checksum, :text
end
end