Skip to content

Commit

Permalink
add failed
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-finley committed Aug 29, 2024
1 parent ceb027e commit 12f4261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE TYPE status_type AS ENUM ('pending', 'done', 'deleted');
CREATE TYPE status_type AS ENUM ('pending', 'done', 'deleted', 'failed');

CREATE TABLE dropbox (
id INT GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
Expand Down

0 comments on commit 12f4261

Please sign in to comment.