mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
parent
8c5478bb6f
commit
9697752823
4 changed files with 15 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeMessagesRegistrarIdToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :messages, :registrar_id, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue