Skip to content

Commit

Permalink
adjust sql structure
Browse files Browse the repository at this point in the history
  • Loading branch information
d0u9 committed Sep 7, 2017
1 parent 69cc1ad commit 6664aa3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions youtube_dl_webui/schema.sql
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
DROP TABLE IF EXISTS task_param;
CREATE TABLE task_param (
tid TEXT PRIMARY KEY NOT NULL,
state INTEGER NOT NULL DEFAULT 2,
url TEXT NOT NULL
);

DROP TABLE IF EXISTS task_info;
CREATE TABLE task_info (
tid TEXT PRIMARY KEY NOT NULL,
Expand Down

0 comments on commit 6664aa3

Please sign in to comment.