Domain statuses improvements

This commit is contained in:
Martin Lensment 2014-08-21 12:14:34 +03:00
parent f43662e8b0
commit e20944151e
10 changed files with 54 additions and 10 deletions

View file

@ -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|