Skip to content

Commit

Permalink
Drop PublicBody#disclosure_log
Browse files Browse the repository at this point in the history
This has been replaced by translatable column in #7947.
  • Loading branch information
gbp committed Oct 11, 2023
1 parent 7bef4b8 commit 3b6a753
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions app/models/public_body.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# == Schema Information
# Schema version: 20230209094128
# Schema version: 20231011091031
#
# Table name: public_bodies
#
Expand All @@ -12,7 +12,6 @@
# home_page :text
# api_key :string not null
# info_requests_count :integer default(0), not null
# disclosure_log :text
# info_requests_successful_count :integer
# info_requests_not_held_count :integer
# info_requests_overdue_count :integer
Expand Down
3 changes: 1 addition & 2 deletions spec/factories/public_bodies.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# == Schema Information
# Schema version: 20230209094128
# Schema version: 20231011091031
#
# Table name: public_bodies
#
Expand All @@ -12,7 +12,6 @@
# home_page :text
# api_key :string not null
# info_requests_count :integer default(0), not null
# disclosure_log :text
# info_requests_successful_count :integer
# info_requests_not_held_count :integer
# info_requests_overdue_count :integer
Expand Down
3 changes: 1 addition & 2 deletions spec/fixtures/public_bodies.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# == Schema Information
# Schema version: 20230209094128
# Schema version: 20231011091031
#
# Table name: public_bodies
#
Expand All @@ -12,7 +12,6 @@
# home_page :text
# api_key :string not null
# info_requests_count :integer default(0), not null
# disclosure_log :text
# info_requests_successful_count :integer
# info_requests_not_held_count :integer
# info_requests_overdue_count :integer
Expand Down
3 changes: 1 addition & 2 deletions spec/models/public_body_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# == Schema Information
# Schema version: 20230209094128
# Schema version: 20231011091031
#
# Table name: public_bodies
#
Expand All @@ -12,7 +12,6 @@
# home_page :text
# api_key :string not null
# info_requests_count :integer default(0), not null
# disclosure_log :text
# info_requests_successful_count :integer
# info_requests_not_held_count :integer
# info_requests_overdue_count :integer
Expand Down

0 comments on commit 3b6a753

Please sign in to comment.