mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
Merge branch 'improve-registrar' into registry-267
# Conflicts: # db/schema-read-only.rb # db/structure.sql
This commit is contained in:
commit
5c6a0034f6
15 changed files with 316 additions and 22 deletions
6
db/migrate/20160629114503_add_hash_to_legal_doc.rb
Normal file
6
db/migrate/20160629114503_add_hash_to_legal_doc.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddHashToLegalDoc < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :legal_documents, :checksum, :string
|
||||
add_index :legal_documents, :checksum
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue