Compare commits
No commits in common. "effcd2c07385d63af4629c1481aa8a85b18a36e8" and "828d611f4d0716f3a8f42d3086e334edb653f71d" have entirely different histories.
effcd2c073
...
828d611f4d
@ -305,8 +305,7 @@ CREATE TABLE data.files (
|
||||
datetime timestamp with time zone DEFAULT clock_timestamp() NOT NULL,
|
||||
notes text,
|
||||
metadata jsonb,
|
||||
creator_id smallint NOT NULL,
|
||||
is_deleted boolean DEFAULT false NOT NULL
|
||||
creator_id smallint NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
||||
@ -47,7 +47,6 @@ entity "data.files" as fle {
|
||||
' * created_at : timestamptz <<generated>>
|
||||
* creator_id : smallint
|
||||
' * is_private : boolean
|
||||
* is_deleted : boolean
|
||||
}
|
||||
|
||||
fle::mime_id }o--|| mime::id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user