diff options
Diffstat (limited to 'support')
-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 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), |