diff options
| author | Edouard Maffert | 2016-08-10 17:51:42 +0200 |
|---|---|---|
| committer | Edouard Maffert | 2016-08-10 17:51:42 +0200 |
| commit | b66235384cf777a7195463495b412df1a5f34b80 (patch) | |
| tree | 1b81b1828b37f7ca3aa3877d701cda3e1bb7f696 /db | |
| parent | 18f063711a92f1743fa08cd94a540a58d54f8dcc (diff) | |
| download | chouette-core-b66235384cf777a7195463495b412df1a5f34b80.tar.bz2 | |
add network and group of lines synchronization and create a rake task
Diffstat (limited to 'db')
| -rw-r--r-- | db/schema.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index aaf227a9c..0de1ce9f1 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -92,6 +92,7 @@ ActiveRecord::Schema.define(version: 20160804134627) do t.string "url" t.string "time_zone" t.integer "line_referential_id" + t.text "import_xml" end add_index "companies", ["line_referential_id"], :name => "index_companies_on_line_referential_id" @@ -203,6 +204,7 @@ ActiveRecord::Schema.define(version: 20160804134627) do t.string "comment" t.string "registration_number" t.integer "line_referential_id" + t.text "import_xml" end add_index "group_of_lines", ["line_referential_id"], :name => "index_group_of_lines_on_line_referential_id" @@ -315,6 +317,7 @@ ActiveRecord::Schema.define(version: 20160804134627) do t.string "stable_id" t.integer "line_referential_id" t.boolean "deactivated", default: false + t.text "import_xml" end add_index "lines", ["line_referential_id"], :name => "index_lines_on_line_referential_id" @@ -334,6 +337,7 @@ ActiveRecord::Schema.define(version: 20160804134627) do t.string "source_type" t.string "source_identifier" t.string "comment" + t.text "import_xml" end add_index "networks", ["objectid"], :name => "networks_objectid_key", :unique => true |
