diff --git a/schema/init/idz.sql b/schema/init/idz.sql index 7b3daa0..9285375 100644 --- a/schema/init/idz.sql +++ b/schema/init/idz.sql @@ -179,7 +179,7 @@ create table "idz"."title_unlock" ( ); create table "idz"."unlocks" ( - "id" bigint primary key not null, + "id" bigint primary key not null references "idz"."profile"("id") on delete cascade, "cup" smallint not null,