diff options
author | swiergot <swiergot> | 2006-08-22 14:18:28 +0000 |
---|---|---|
committer | swiergot <swiergot> | 2006-08-22 14:18:28 +0000 |
commit | dce2f7044384c5a94a5c361e8cb715fa00676ae4 (patch) | |
tree | da528b7702664a21f628d5358279f8353ea355f4 /support/schema | |
parent | 6cca148648d31fed4827fc3b5a5e3f841e4e82a3 (diff) |
Applied license patch from dsa (closes #4085).
Diffstat (limited to 'support/schema')
-rw-r--r-- | support/schema/aur-schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index ca63ef3..d3e0fff 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, |