summaryrefslogtreecommitdiff
path: root/util/dump.sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-02-12 22:38:10 +0100
committerYorhel <git@yorhel.nl>2009-02-12 22:38:40 +0100
commit6089007c7b57c3ff158d6169ec22ad6d9325a7ec (patch)
treec3873079c244e7297119238862e61b08ca4f4e83 /util/dump.sql
parent6ac34b06eb6d999ef77f47dd6b857856dc80a524 (diff)
Catalog number field to release entries
Diffstat (limited to 'util/dump.sql')
-rw-r--r--util/dump.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/dump.sql b/util/dump.sql
index 3d937832..470a8aeb 100644
--- a/util/dump.sql
+++ b/util/dump.sql
@@ -113,7 +113,8 @@ CREATE TABLE releases_rev (
notes text NOT NULL DEFAULT '',
minage smallint NOT NULL DEFAULT -1,
gtin bigint NOT NULL DEFAULT 0,
- patch boolean NOT NULL DEFAULT FALSE
+ patch boolean NOT NULL DEFAULT FALSE,
+ catalog varchar(50) NOT NULL DEFAULT ''
);
-- releases_vn