Skip to content

Commit

Permalink
ATL-7775: Fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
  • Loading branch information
CryptoKnightIOG committed Sep 26, 2024
1 parent 33c5194 commit 15c9f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ALTER TABLE public.issue_credential_records
ADD COLUMN schema_uris VARCHAR(36)[];
ADD COLUMN schema_uris VARCHAR(500)[];

UPDATE public.issue_credential_records
SET schema_uris = ARRAY[schema_uri]
Expand Down

0 comments on commit 15c9f33

Please sign in to comment.