From 366ea03118dcd06047dc178d0c8c620af8612530 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 1 Feb 2011 15:01:56 +0100 Subject: Remove "FSPath" column from "Packages" table. This field is not used anymore, so drop it from the table and remove all references. Signed-off-by: Lukas Fleischer --- support/schema/aur-schema.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'support') diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index 6af81678..269612bd 100644 --- a/support/schema/aur-schema.sql +++ b/support/schema/aur-schema.sql @@ -99,7 +99,6 @@ CREATE TABLE Packages ( Description CHAR(255) NOT NULL DEFAULT "An Arch Package", URL CHAR(255) NOT NULL DEFAULT "http://www.archlinux.org", DummyPkg TINYINT UNSIGNED NOT NULL DEFAULT 0, -- 1=>dummy - FSPath CHAR(255) NOT NULL DEFAULT '', License CHAR(40) NOT NULL DEFAULT '', NumVotes INTEGER UNSIGNED NOT NULL DEFAULT 0, OutOfDateTS BIGINT UNSIGNED NULL DEFAULT NULL, -- cgit v1.2.3-24-g4f1b