Skip to content

Commit 1258f5f

Browse files
authored
Merge pull request #1601 from alphagov/logstasher-fix
[PP-7422] Fix Rails 8.1 upgrade
2 parents 8101800 + a213727 commit 1258f5f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ GEM
170170
rake (~> 13.3)
171171
googleapis-common-protos-types (1.22.0)
172172
google-protobuf (~> 4.26)
173-
govuk_app_config (9.23.8)
173+
govuk_app_config (9.23.9)
174174
connection_pool (< 3)
175175
logstasher (~> 2.1)
176176
opentelemetry-exporter-otlp (>= 0.25, < 0.34)

db/structure.sql

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ SET xmloption = content;
99
SET client_min_messages = warning;
1010
SET row_security = off;
1111

12-
--
13-
-- Name: public; Type: SCHEMA; Schema: -; Owner: -
14-
--
15-
16-
-- *not* creating schema, since initdb creates it
17-
18-
1912
--
2013
-- Name: pgcrypto; Type: EXTENSION; Schema: -; Owner: -
2114
--

0 commit comments

Comments
 (0)