Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Aug 29, 2024
1 parent 8294392 commit 3b9dd90
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/api/src/entity/export.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 3b9dd90

Please sign in to comment.