[Collab-qa-commits] r2194 - udd/sql

Andreas Tille tille at alioth.debian.org
Thu Mar 29 12:25:54 UTC 2012


Author: tille
Date: 2012-03-29 12:25:53 +0000 (Thu, 29 Mar 2012)
New Revision: 2194

Modified:
   udd/sql/upgrade.sql
Log:
Add some usage hints in the header


Modified: udd/sql/upgrade.sql
===================================================================
--- udd/sql/upgrade.sql	2012-03-29 07:47:23 UTC (rev 2193)
+++ udd/sql/upgrade.sql	2012-03-29 12:25:53 UTC (rev 2194)
@@ -1,3 +1,13 @@
+--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
+-- This file is used to document the changes that should be done at other     --
+-- instances of UDD.  Please do not apply it blindly to the main instance at  --
+-- udd.debian.org.                                                            --
+-- If you need to apply singular changes please document this here including  --
+-- date and purpose and do not forget to commit to SVN.                       --
+--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
+
 -- 2008-09-22: Change severity from text to bugs_severity enum:
 CREATE TYPE bugs_severity AS ENUM ('fixed', 'wishlist', 'minor', 'normal', 'important', 'serious', 'grave', 'critical');
 ALTER TABLE bugs add severity2 bugs_severity;




More information about the Collab-qa-commits mailing list