feat(backend): add data export
This commit is contained in:
parent
ded9d06e4a
commit
15109819df
13 changed files with 559 additions and 4 deletions
|
@ -5,6 +5,6 @@
|
|||
create table data_exports (
|
||||
id serial primary key,
|
||||
user_id text not null references users (id) on delete cascade,
|
||||
hash text not null,
|
||||
filename text not null,
|
||||
created_at timestamptz not null default now()
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue