1
0
Fork 0

I did some mining off-camera

This commit is contained in:
Honbra 2024-04-19 10:05:43 +02:00
parent 0ec4d86221
commit a253f91884
Signed by: honbra
GPG key ID: B61CC9ADABE2D952
6 changed files with 123 additions and 28 deletions

View file

@ -12,5 +12,5 @@ CREATE TABLE IF NOT EXISTS file (
CREATE TABLE IF NOT EXISTS file_key (
id UUID PRIMARY KEY,
file_id UUID REFERENCES file (id) NOT NULL
file_id UUID REFERENCES file (id) ON DELETE CASCADE NOT NULL
);