Skip to content

Commit

Permalink
change column name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCal committed Aug 8, 2023
1 parent 8ab1734 commit 89c95da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/resources/example_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ CREATE TABLE subgraphs.subgraph_deployment (
entity_count numeric NOT NULL,
latest_ethereum_block_number numeric NULL,
latest_ethereum_block_hash bytea NULL,
earliest_ethereum_block_number numeric NULL,
earliest_ethereum_block_hash bytea NULL,
earliest_block_number numeric NULL,
synced boolean NOT NULL,
failed boolean NOT NULL,
deployment text NOT NULL
Expand All @@ -103,8 +102,7 @@ insert into subgraphs.subgraph_deployment values (
19000000,
NULL,
18000000,
NULL,
TRUE,
FALSE,
'SUBGRAPHIPFS'
);
);

0 comments on commit 89c95da

Please sign in to comment.