From 5e38e3d3d0eff20f8d46bad67c4944a6a1d92ea4 Mon Sep 17 00:00:00 2001 From: eliott Date: Fri, 12 Oct 2007 21:05:13 -0700 Subject: Added AurJSON code. Added a JSON interface to the aur. This should make it easier for developers to integrate command line utilities and poll against the AUR itself. --- support/schema/aur-schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'support') diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index 7e3bf2d3..97828fce 100644 --- a/support/schema/aur-schema.sql +++ b/support/schema/aur-schema.sql @@ -125,6 +125,7 @@ CREATE TABLE Packages ( AURMaintainerUID INTEGER UNSIGNED NOT NULL DEFAULT 0, -- TU/Dev Safe TINYINT UNSIGNED NOT NULL DEFAULT 0, -- verified to be safe? VerifiedBy INTEGER UNSIGNED NOT NULL DEFAULT 0, -- who verified? + FULLTEXT (Name,Description), PRIMARY KEY (ID), UNIQUE (Name), INDEX (CategoryID), -- cgit v1.2.3-24-g4f1b