fix: unbreak human_uuid
This commit is contained in:
parent
ee6390d723
commit
9c52b0b7b9
@ -2,7 +2,7 @@ create schema human_uuid;
|
|||||||
|
|
||||||
select public.create_newtype_text('human_uuid.huid');
|
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
|
create table human_uuid.object
|
||||||
( id int primary key generated always as identity
|
( id int primary key generated always as identity
|
||||||
, word text unique
|
, word text unique
|
||||||
|
Loading…
Reference in New Issue
Block a user