summaryrefslogtreecommitdiff
path: root/util/dump.sql
diff options
context:
space:
mode:
Diffstat (limited to 'util/dump.sql')
-rw-r--r--util/dump.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/dump.sql b/util/dump.sql
index 2155edbb..7bf59f8c 100644
--- a/util/dump.sql
+++ b/util/dump.sql
@@ -117,7 +117,9 @@ CREATE TABLE releases_rev (
patch boolean NOT NULL DEFAULT FALSE,
catalog varchar(50) NOT NULL DEFAULT '',
resolution smallint NOT NULL DEFAULT 0,
- voiced smallint NOT NULL DEFAULT 0
+ voiced smallint NOT NULL DEFAULT 0,
+ freeware boolean NOT NULL DEFAULT FALSE,
+ doujin boolean NOT NULL DEFAULT FALSE
);
-- releases_vn