[vhffs-dev] [514] Removed a constraint that prevented creation of mailing lists attached to the default domain if it isn 't registered.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 514
Author:   beuss
Date:     2007-03-19 20:30:41 +0000 (Mon, 19 Mar 2007)

Log Message:
-----------
Removed a constraint that prevented creation of mailing lists attached to the default domain if it isn't registered.

Modified Paths:
--------------
    branches/vhffs_4.1/vhffs-backend/src/pgsql/initdb.sql


Modified: branches/vhffs_4.1/vhffs-backend/src/pgsql/initdb.sql
===================================================================
--- branches/vhffs_4.1/vhffs-backend/src/pgsql/initdb.sql	2007-03-19 17:52:42 UTC (rev 513)
+++ branches/vhffs_4.1/vhffs-backend/src/pgsql/initdb.sql	2007-03-19 20:30:41 UTC (rev 514)
@@ -344,7 +344,6 @@
 ALTER TABLE vhffs_ml ADD CONSTRAINT fk_vhffs_ml_vhffs_users FOREIGN KEY (owner_uid) REFERENCES vhffs_users(uid);
 ALTER TABLE vhffs_ml ADD CONSTRAINT fk_vhffs_ml_vhffs_groups FOREIGN KEY (owner_gid) REFERENCES vhffs_groups(gid);
 ALTER TABLE vhffs_ml ADD CONSTRAINT fk_vhffs_ml_vhffs_object FOREIGN KEY (object_id) REFERENCES vhffs_object(object_id) ON DELETE CASCADE;
-ALTER TABLE vhffs_ml ADD CONSTRAINT fk_vhffs_ml_vhffs_mxdomain FOREIGN KEY (domain) REFERENCES vhffs_mxdomain(domain) ON DELETE CASCADE;
 
 ALTER TABLE vhffs_ml_subscribers ADD CONSTRAINT fk_vhffs_ml_subscribers_vhffs_ml FOREIGN KEY (ml_id) REFERENCES vhffs_ml(ml_id);
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/