summaryrefslogtreecommitdiff
path: root/dbschema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'dbschema.sql')
-rw-r--r--dbschema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbschema.sql b/dbschema.sql
index 6d730d9..9a8c0c9 100644
--- a/dbschema.sql
+++ b/dbschema.sql
@@ -26,5 +26,6 @@ CREATE TABLE genre (
CREATE TABLE path (
path varchar(255),
+ active integer NOT NULL,
PRIMARY KEY(path)
);