mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Merge branch 'master' into registry-927
This commit is contained in:
commit
2636fe2525
40 changed files with 313 additions and 105 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