summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorswiergot <swiergot>2006-08-22 16:18:28 +0200
committerswiergot <swiergot>2006-08-22 16:18:28 +0200
commitdce2f7044384c5a94a5c361e8cb715fa00676ae4 (patch)
treeda528b7702664a21f628d5358279f8353ea355f4 /support
parent6cca148648d31fed4827fc3b5a5e3f841e4e82a3 (diff)
downloadaur-dce2f7044384c5a94a5c361e8cb715fa00676ae4.tar.gz
aur-dce2f7044384c5a94a5c361e8cb715fa00676ae4.tar.xz
Applied license patch from dsa (closes #4085).
Diffstat (limited to 'support')
-rw-r--r--support/schema/aur-schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql
index ca63ef30..d3e0fff0 100644
--- a/support/schema/aur-schema.sql
+++ b/support/schema/aur-schema.sql
@@ -114,6 +114,7 @@ CREATE TABLE Packages (
DummyPkg TINYINT UNSIGNED NOT NULL DEFAULT 0, -- 1=>dummy
FSPath CHAR(255) NOT NULL DEFAULT '',
URLPath CHAR(255) NOT NULL DEFAULT '',
+ License CHAR(40) NOT NULL DEFAULT '',
LocationID TINYINT UNSIGNED NOT NULL DEFAULT 1,
NumVotes INTEGER UNSIGNED NOT NULL DEFAULT 0,
OutOfDate TINYINT UNSIGNED DEFAULT 0,