Skip to content

Commit

Permalink
This is a cleanup commit to be able to remove DefaultNewsOrganisation…
Browse files Browse the repository at this point in the history
…ImageData from WorldwideOrganisations

This is a side-effect from #8443
  • Loading branch information
syed-ali-tw committed Nov 7, 2023
1 parent 5d5ed07 commit bc29729
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.0].define(version: 2023_11_02_101641) do
ActiveRecord::Schema[7.0].define(version: 2023_11_07_102144) do
create_table "assets", charset: "utf8mb3", force: :cascade do |t|
t.string "asset_manager_id", null: false
t.string "variant", null: false
Expand Down Expand Up @@ -1251,10 +1251,8 @@
t.datetime "created_at", precision: nil
t.datetime "updated_at", precision: nil
t.integer "main_office_id"
t.integer "default_news_organisation_image_data_id"
t.string "analytics_identifier"
t.string "content_id"
t.index ["default_news_organisation_image_data_id"], name: "index_worldwide_organisations_on_image_data_id"
t.index ["slug"], name: "index_worldwide_organisations_on_slug", unique: true
end

Expand Down

0 comments on commit bc29729

Please sign in to comment.