mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Domain statuses improvements
This commit is contained in:
parent
f43662e8b0
commit
e20944151e
10 changed files with 54 additions and 10 deletions
|
@ -64,6 +64,7 @@ ActiveRecord::Schema.define(version: 20140819103517) do
|
|||
create_table "domain_statuses", force: true do |t|
|
||||
t.integer "domain_id"
|
||||
t.integer "setting_id"
|
||||
t.string "description"
|
||||
end
|
||||
|
||||
create_table "domains", force: true do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue