Skip to content

Commit

Permalink
rebased to 2.18.0, renamed migration to 56_txsub_read_only.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jun 10, 2022
1 parent 84b48f9 commit 4c1ba36
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 10 deletions.
23 changes: 23 additions & 0 deletions services/horizon/internal/db2/schema/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions services/horizon/internal/test/scenarios/base-horizon.sql
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,7 @@ INSERT INTO gorp_migrations VALUES ('52_add_trade_type_index.sql', '2021-12-02 0
INSERT INTO gorp_migrations VALUES ('53_add_trades_rounding_slippage.sql', '2021-12-02 01:33:33.47903+00');
INSERT INTO gorp_migrations VALUES ('54_tx_preconditions_and_account_fields.sql', '2021-12-02 01:33:33.47903+00');
INSERT INTO gorp_migrations VALUES ('55_filter_rules.sql', '2022-01-02 01:33:33.47903+00');
INSERT INTO gorp_migrations VALUES ('56_trade_aggregation_autovac.sql', '2022-01-02 01:33:33.47903+00');
INSERT INTO gorp_migrations VALUES ('57_txsub_read_only.sql', '2022-01-02 01:33:33.47903+00');
INSERT INTO gorp_migrations VALUES ('56_txsub_read_only.sql', '2022-01-02 01:33:33.47903+00');


--
Expand Down
12 changes: 6 additions & 6 deletions services/horizon/internal/test/scenarios/bindata.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,7 @@ INSERT INTO gorp_migrations VALUES ('46_add_muxed_accounts.sql', '2019-10-31 14:
INSERT INTO gorp_migrations VALUES ('53_add_trades_rounding_slippage.sql', '2019-10-31 14:19:49.123835+01');
INSERT INTO gorp_migrations VALUES ('54_tx_preconditions_and_account_fields.sql', '2019-10-31 14:19:49.123835+01');
INSERT INTO gorp_migrations VALUES ('55_filter_rules.sql', '2019-10-31 14:19:49.123835+01');
INSERT INTO gorp_migrations VALUES ('56_trade_aggregation_autovac.sql', '2022-01-02 01:33:33.47903+00');
INSERT INTO gorp_migrations VALUES ('57_txsub_read_only.sql', '2022-01-02 01:33:33.47903+00');
INSERT INTO gorp_migrations VALUES ('56_txsub_read_only.sql', '2022-01-02 01:33:33.47903+00');

--
-- Data for Name: history_accounts; Type: TABLE DATA; Schema: public; Owner: -
Expand Down

0 comments on commit 4c1ba36

Please sign in to comment.