mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
parent
5ef56e13e0
commit
c675512b22
8 changed files with 14 additions and 6 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeDomainsValidToToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :domains, :valid_to, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue