From 9b312e76c67595c3ea24cb3056f386027c1a492a Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 14 Apr 2008 09:43:40 +0000 Subject: Marcus Povey * Relationships table brought in line with code... oops git-svn-id: https://code.elgg.org/elgg/trunk@440 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/schema/mysql.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/schema') diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql index 9cd51c30e..9646edb5e 100644 --- a/engine/schema/mysql.sql +++ b/engine/schema/mysql.sql @@ -48,10 +48,10 @@ CREATE TABLE `prefix_entity_relationships` ( `id` int(11) NOT NULL auto_increment, `guid_one` bigint(20) unsigned NOT NULL, - `relationship_type` varchar(50) NOT NULL, + `relationship` varchar(50) NOT NULL, `guid_two` bigint(20) unsigned NOT NULL, PRIMARY KEY (`id`), - UNIQUE KEY (`guid_one`,`relationship_type`,`guid_two`) + UNIQUE KEY (`guid_one`,`relationship`,`guid_two`) ) ENGINE=MyISAM ; -- -- cgit v1.2.3