mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
parent
524854451a
commit
be057656e8
4 changed files with 15 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeDomainsTransferCodeToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :domains, :transfer_code, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue