SF.net SVN: postfixadmin:[436] trunk/upgrade.php
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-08-04 00:01:51
|
Revision: 436 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=436&view=rev Author: GingerDog Date: 2008-08-04 00:02:00 +0000 (Mon, 04 Aug 2008) Log Message: ----------- remove comment as per cboltz's request etc Modified Paths: -------------- trunk/upgrade.php Modified: trunk/upgrade.php =================================================================== --- trunk/upgrade.php 2008-08-03 22:28:47 UTC (rev 435) +++ trunk/upgrade.php 2008-08-04 00:02:00 UTC (rev 436) @@ -895,7 +895,6 @@ modified timestamp with time zone default now(), active boolean NOT NULL default true, PRIMARY KEY(alias_domain))"); -# Constraint \"alias_domain_pkey\" Primary Key (\"alias_domain\") db_query_parsed("CREATE INDEX alias_domain_active ON $table_alias_domain(alias_domain,active)"); db_query_parsed("COMMENT ON TABLE $table_alias_domain IS 'Postfix Admin - Domain Aliases'"); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |