Skip to content

Commit

Permalink
Cleaning the status enum
Browse files Browse the repository at this point in the history
  • Loading branch information
silverdaz committed Nov 16, 2018
1 parent 5ea25e1 commit 95265e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/images/db/download.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ CREATE SCHEMA local_ega_download;

SET search_path TO local_ega_download;

CREATE TYPE status AS ENUM ('SUCCESS', 'ERROR');

CREATE TABLE local_ega_download.requests (
id SERIAL, PRIMARY KEY(id), UNIQUE (id),

Expand Down

0 comments on commit 95265e2

Please sign in to comment.