fix: unbreak human_uuid

This commit is contained in:
Orion Kindel 2023-07-20 12:50:05 -05:00
parent ee6390d723
commit 9c52b0b7b9
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -2,7 +2,7 @@ create schema human_uuid;
select public.create_newtype_text('human_uuid.huid');
create table human_uuid.used (human_uuid.huid text primary key);
create table human_uuid.used (huid text primary key);
create table human_uuid.object
( id int primary key generated always as identity
, word text unique