mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Add locked_by_registrant_at field to domain
This commit is contained in:
parent
544c8565c5
commit
4743b1e2a5
2 changed files with 11 additions and 1 deletions
|
@ -0,0 +1,7 @@
|
|||
class AddRegistryLockTimeColumn < ActiveRecord::Migration
|
||||
def change
|
||||
change_table(:domains) do |t|
|
||||
t.column :locked_by_registrant_at, :datetime, null: true
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue