From 2b460a8f2db246d4da7e6698d40b719c67867ed2 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 13 Apr 2011 11:56:03 +0200 Subject: Remove "NewPkgNotify" column from "Users" table. We do not require this column anymore. New package notifications are no longer supported. Signed-off-by: Lukas Fleischer --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index da85a8dc..bf66cc93 100644 --- a/UPGRADING +++ b/UPGRADING @@ -7,6 +7,12 @@ From 1.8.2 to 1.9.0 1. Translation files are now gettext compatible and need to be compiled after each AUR upgrade by running `make install` in the "po/" directory. +2. Remove the "NewPkgNotify" column from the "Users" table: + +---- +ALTER TABLE Users DROP COLUMN NewPkgNotify; +---- + From 1.8.1 to 1.8.2 ------------------- -- cgit v1.2.3-24-g4f1b