aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorXinhui2017-08-16 16:35:17 +0200
committerXinhui2017-08-16 17:10:04 +0200
commitaea07f1fec58444bbc0b7c876d6dacddbe43bbcf (patch)
treefe081ad92da89f5baf801e9b28e745ccbfe74dd5 /db
parentcbb90d47fd539025180efb9d79262a9d4f2674be (diff)
downloadchouette-core-aea07f1fec58444bbc0b7c876d6dacddbe43bbcf.tar.bz2
Import validate presence of creator
Refs #4270
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/db/schema.rb b/db/schema.rb
index e94cbbc99..8816bab2f 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -853,10 +853,6 @@ ActiveRecord::Schema.define(version: 20170816104020) do
add_index "workbenches", ["organisation_id"], name: "index_workbenches_on_organisation_id", using: :btree
add_index "workbenches", ["stop_area_referential_id"], name: "index_workbenches_on_stop_area_referential_id", using: :btree
- create_table "yyy", id: false, force: :cascade do |t|
- t.text "value"
- end
-
add_foreign_key "access_links", "access_points", name: "aclk_acpt_fkey"
add_foreign_key "group_of_lines_lines", "group_of_lines", name: "groupofline_group_fkey", on_delete: :cascade
add_foreign_key "journey_frequencies", "timebands", on_delete: :nullify