mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Add list view to domain transfers
This commit is contained in:
parent
d2565d646d
commit
6852aacd3b
11 changed files with 95 additions and 18 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20140925101927) do
|
||||
ActiveRecord::Schema.define(version: 20140929095329) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -91,6 +91,7 @@ ActiveRecord::Schema.define(version: 20140925101927) do
|
|||
t.integer "transfer_to_id"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.datetime "wait_until"
|
||||
end
|
||||
|
||||
create_table "domains", force: true do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue