mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove comments
This commit is contained in:
parent
82943921b1
commit
3b9dd90cce
1 changed files with 0 additions and 14 deletions
|
|
@ -1,17 +1,3 @@
|
|||
/*
|
||||
CREATE TABLE omnivore.export (
|
||||
id UUID PRIMARY KEY DEFAULT uuid_generate_v1mc(),
|
||||
user_id UUID NOT NULL REFERENCES omnivore.user(id) ON DELETE CASCADE,
|
||||
task_id TEXT NOT NULL,
|
||||
state TEXT NOT NULL,
|
||||
total_items INT DEFAULT 0,
|
||||
processed_items INT DEFAULT 0,
|
||||
signed_url TEXT,
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
updated_at TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
*/
|
||||
|
||||
import {
|
||||
Column,
|
||||
CreateDateColumn,
|
||||
|
|
|
|||
Loading…
Reference in a new issue