Skip to content

Commit

Permalink
fix: Change migration to add column 'if not exists'
Browse files Browse the repository at this point in the history
  • Loading branch information
leoyvens committed Jan 23, 2023
1 parent 0d0463a commit 7e6bc96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
alter table subgraphs.subgraph_manifest add column entities_with_causality_region text[] not null default array[]::text[];
alter table subgraphs.subgraph_manifest add column if not exists entities_with_causality_region text[] not null default array[]::text[];

0 comments on commit 7e6bc96

Please sign in to comment.