|
|
|
@ -10,7 +10,7 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_04_12_143245) do |
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_04_13_135407) do |
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
enable_extension "plpgsql" |
|
|
|
enable_extension "plpgsql" |
|
|
|
|
|
|
|
|
|
|
|
@ -354,9 +354,15 @@ ActiveRecord::Schema[7.0].define(version: 2023_04_12_143245) do |
|
|
|
t.string "collection" |
|
|
|
t.string "collection" |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
create_table "merge_request_organisations", force: :cascade do |t| |
|
|
|
|
|
|
|
t.integer "merge_request_id" |
|
|
|
|
|
|
|
t.integer "merging_organisation_id" |
|
|
|
|
|
|
|
t.datetime "created_at", null: false |
|
|
|
|
|
|
|
t.datetime "updated_at", null: false |
|
|
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
create_table "merge_requests", force: :cascade do |t| |
|
|
|
create_table "merge_requests", force: :cascade do |t| |
|
|
|
t.integer "requesting_organisation_id" |
|
|
|
t.integer "requesting_organisation_id" |
|
|
|
t.integer "merging_organisation_ids", array: true |
|
|
|
|
|
|
|
t.datetime "created_at", null: false |
|
|
|
t.datetime "created_at", null: false |
|
|
|
t.datetime "updated_at", null: false |
|
|
|
t.datetime "updated_at", null: false |
|
|
|
end |
|
|
|
end |
|
|
|
|