mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Merge branch 'master' into refactor-contact-archivation
This commit is contained in:
commit
b2dab0d316
23 changed files with 253 additions and 36 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeLegalDocumentsPathToNotNull < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
change_column_null :legal_documents, :path, false
|
||||
end
|
||||
end
|
|
@ -0,0 +1,5 @@
|
|||
class ChangeLegalDocumentsDocumentTypeToNotNull < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
change_column_null :legal_documents, :document_type, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue