Skip to content

Commit

Permalink
try fix build 3
Browse files Browse the repository at this point in the history
  • Loading branch information
imerabishvili committed Jul 11, 2024
1 parent cd9546d commit a78595a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/inventory_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ CREATE SCHEMA new_tenant_mod_inventory_storage AUTHORIZATION new_tenant_mod_inve

CREATE TABLE IF NOT EXISTS new_tenant_mod_inventory_storage.holdings_record (
id UUID PRIMARY KEY,
permanentlocationid uuid NOT NULL,
jsonb JSONB NOT NULL
);

0 comments on commit a78595a

Please sign in to comment.