I did some mining off-camera
This commit is contained in:
parent
0ec4d86221
commit
a253f91884
6 changed files with 123 additions and 28 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue