Refactor statuses to static

This commit is contained in:
Martin Lensment 2014-09-02 15:48:48 +03:00
parent 5f277ae2bb
commit 710ac1db92
5 changed files with 47 additions and 13 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20140828133057) do
ActiveRecord::Schema.define(version: 20140902121843) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -84,8 +84,8 @@ ActiveRecord::Schema.define(version: 20140828133057) do
create_table "domain_statuses", force: true do |t|
t.integer "domain_id"
t.integer "setting_id"
t.string "description"
t.string "value"
end
create_table "domain_transfers", force: true do |t|