Migrate file storage to S3
This commit is contained in:
parent
f6897c30ac
commit
bb0c06faf4
10 changed files with 181 additions and 165 deletions
|
|
@ -1,8 +1,3 @@
|
|||
CREATE TABLE files (
|
||||
key TEXT PRIMARY KEY,
|
||||
data BYTEA NOT NULL
|
||||
);
|
||||
|
||||
CREATE SEQUENCE tasks_data_id_seq START WITH 1 INCREMENT BY 1;
|
||||
|
||||
CREATE TABLE tasks (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue