fixup sql

This commit is contained in:
Tau
2019-11-06 17:28:30 -05:00
parent 0dcc43a8a1
commit 968e98fbb4
+1 -1
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,