mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Domain statuses improvements
This commit is contained in:
parent
f43662e8b0
commit
e20944151e
10 changed files with 54 additions and 10 deletions
|
@ -3,6 +3,7 @@ class CreateDomainsStatuses < ActiveRecord::Migration
|
|||
create_table :domain_statuses do |t|
|
||||
t.integer :domain_id
|
||||
t.integer :setting_id
|
||||
t.string :description
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue