[Devel] r345 - trunk
svn at agendadulibre.org
svn at agendadulibre.org
Mer 9 Juil 23:18:22 CEST 2008
Author: thomas
Date: Wed Jul 9 23:14:18 2008
New Revision: 345
Log:
Mise à jour du document UPGRADE indiquant les changements de schéma de
base de données.
Modified:
trunk/UPGRADE
Modified: trunk/UPGRADE
==============================================================================
--- trunk/UPGRADE (original)
+++ trunk/UPGRADE Wed Jul 9 23:14:18 2008
@@ -12,9 +12,19 @@
========================
If you have an installation of the Agenda du Libre software of
-revision lower than 209 and you want to upgrade to a more recent
+revision lower than 336 and you want to upgrade to a more recent
version, then you must change the database schema. In order to do
that, use the following SQL commands:
ALTER TABLE users ADD lastname VARCHAR(255) NOT NULL DEFAULT ''
ALTER TABLE users ADD firstname VARCHAR(255) NOT NULL DEFAULT ''
+
+Revisions lower than 344
+========================
+
+If you have an installation of the Agenda du Libre software of
+revision lower than 344 and you want to upgrade to a more recent
+version, then you must change the database schema. In order to do
+that, use the following SQL commands:
+
+ ALTER TABLE events ADD secret VARCHAR(255) NOT NULL DEFAULT ''
Plus d'informations sur la liste de diffusion Devel