Skip to content

Commit

Permalink
test: drop issues table
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Oct 22, 2023
1 parent dd05f65 commit e1cf848
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions supabase/migrations/20230111145014_initial_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,4 @@ CREATE TABLE users (
wallet_address character(42),
created_at text,
updated_at text
);

CREATE TABLE issues (
id SERIAL PRIMARY KEY,
issue_number integer NOT NULL,
issue_url text NOT NULL,
comments_url text NOT NULL,
events_url text NOT NULL,
labels text[],
assignees text[],
status issue_status DEFAULT 'READY_TO_START'::issue_status NOT NULL,
timeline text,
priority text,
price text,
txhash text[],
recipient character(42),
started_at text,
completed_at text,
closed_at text,
created_at text,
updated_at text
);

0 comments on commit e1cf848

Please sign in to comment.