Skip to content

Commit 7e6bc96

Browse files
committed
fix: Change migration to add column 'if not exists'
1 parent 0d0463a commit 7e6bc96

File tree

1 file changed

+1
-1
lines changed
  • store/postgres/migrations/2022-11-10-185105_add_has_causality_region_column

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
alter table subgraphs.subgraph_manifest add column entities_with_causality_region text[] not null default array[]::text[];
1+
alter table subgraphs.subgraph_manifest add column if not exists entities_with_causality_region text[] not null default array[]::text[];

0 commit comments

Comments
 (0)