From 968e98fbb4a740d88b5a3af45e29467edf1c2bb4 Mon Sep 17 00:00:00 2001 From: Tau Date: Mon, 29 Apr 2019 11:20:24 -0400 Subject: [PATCH] fixup sql --- schema/init/idz.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,