fixup sql

This commit is contained in:
Tau 2019-04-29 11:20:24 -04:00
parent 0dcc43a8a1
commit 968e98fbb4

View File

@ -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,