Skip to content

Commit 590df45

Browse files
authored
store: Fix firehose migration syntax (#3021)
Removes extra 'text' type.
1 parent 85ac00c commit 590df45

File tree

1 file changed

+1
-1
lines changed
  • store/postgres/migrations/2021-07-09-144144_firehose_cursor

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
alter table subgraphs.subgraph_deployment
2-
drop column firehose_cursor text;
2+
drop column firehose_cursor;

0 commit comments

Comments
 (0)