mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Refactor statuses to static
This commit is contained in:
parent
5f277ae2bb
commit
710ac1db92
5 changed files with 47 additions and 13 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue