Skip to content

Commit

Permalink
Fix SECRETUUID in last 3 idr0013 sql scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jun 18, 2024
1 parent a15b483 commit be59fe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ngff_filesets/idr0013/18568.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UPDATE pixels SET name = 'METADATA.ome.xml', path = 'demo_2/2016-05/03/23-33-31.
begin;
select mkngff_fileset(
18568,
'9630ba1e-ed3a-42e3-9296-59ccf23a7039',
'SECRETUUID',
'cdf35825-def1-4580-8d0b-9c349b8f78d6',
'demo_2/2016-05/03/23-33-31.705_mkngff/',
array[
Expand Down
2 changes: 1 addition & 1 deletion ngff_filesets/idr0013/18655.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UPDATE pixels SET name = 'METADATA.ome.xml', path = 'demo_2/2016-05/07/02-36-52.
begin;
select mkngff_fileset(
18655,
'9630ba1e-ed3a-42e3-9296-59ccf23a7039',
'SECRETUUID',
'cdf35825-def1-4580-8d0b-9c349b8f78d6',
'demo_2/2016-05/07/02-36-52.924_mkngff/',
array[
Expand Down
2 changes: 1 addition & 1 deletion ngff_filesets/idr0013/18728.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UPDATE pixels SET name = 'METADATA.ome.xml', path = 'demo_2/2016-05/08/17-02-05.
begin;
select mkngff_fileset(
18728,
'9630ba1e-ed3a-42e3-9296-59ccf23a7039',
'SECRETUUID',
'cdf35825-def1-4580-8d0b-9c349b8f78d6',
'demo_2/2016-05/08/17-02-05.805_mkngff/',
array[
Expand Down

0 comments on commit be59fe9

Please sign in to comment.