diff options
| author | jpl | 2017-08-14 16:27:56 +0200 |
|---|---|---|
| committer | jpl | 2017-08-14 16:27:56 +0200 |
| commit | 5fcf1824d56f965262d5df1ece582c129fbe806b (patch) | |
| tree | 0ecde41ac478081d2956277c3cbd0352fdf39755 /db/schema.rb | |
| parent | 70c04d2727179308e98d704c78a668c425b223b9 (diff) | |
| download | chouette-core-5fcf1824d56f965262d5df1ece582c129fbe806b.tar.bz2 | |
Refs #4256: starting with table_builder2 on imports#index
Diffstat (limited to 'db/schema.rb')
| -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 01ed67d77..3abb47e8c 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -852,6 +852,10 @@ ActiveRecord::Schema.define(version: 20170808110333) 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 |
