mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 03:39:40 +02:00
Fixed seeds for registrar updates
This commit is contained in:
parent
fcd3f4146b
commit
6e2eaf6fff
2 changed files with 10 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20150203135303) do
|
||||
ActiveRecord::Schema.define(version: 20150212125339) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -29,6 +29,7 @@ ActiveRecord::Schema.define(version: 20150203135303) do
|
|||
t.string "creator_str"
|
||||
t.string "updator_str"
|
||||
t.string "country_code"
|
||||
t.string "state"
|
||||
end
|
||||
|
||||
create_table "api_users", force: :cascade do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue