mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Add reserved domains list
This commit is contained in:
parent
b6ef81fe31
commit
fb12d056ce
4 changed files with 5810 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20140724084927) do
|
||||
ActiveRecord::Schema.define(version: 20140730082358) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -118,6 +118,12 @@ ActiveRecord::Schema.define(version: 20140724084927) do
|
|||
t.datetime "updated_at"
|
||||
end
|
||||
|
||||
create_table "reserved_domains", force: true do |t|
|
||||
t.string "name"
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
end
|
||||
|
||||
create_table "rights", force: true do |t|
|
||||
t.string "code"
|
||||
t.datetime "created_at"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue