mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Merge branch 'master' into refactor-messages
# Conflicts: # db/structure.sql
This commit is contained in:
commit
aff5b68a2f
29 changed files with 297 additions and 93 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeContactsEmailToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :contacts, :email, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue