mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-18 16:21:23 -05:00
fixup sql
This commit is contained in:
parent
0dcc43a8a1
commit
968e98fbb4
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user