mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-17 15:56:41 -05:00
fixup sql
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user