From 8e4110bffc6ff3d970227e90cc85a56f210eec2d Mon Sep 17 00:00:00 2001 From: icewing Date: Thu, 13 Mar 2008 13:54:43 +0000 Subject: Marcus Povey * Changed a couple of table names git-svn-id: https://code.elgg.org/elgg/trunk@196 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/schema/mysql.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql index b8ce43298..e6b1834c1 100644 --- a/engine/schema/mysql.sql +++ b/engine/schema/mysql.sql @@ -80,7 +80,7 @@ INSERT INTO `prefix_access_groups` (`id`, `name`, `site_guid`) VALUES -- -- Extra information relating to "objects" -CREATE TABLE `prefix_objects` ( +CREATE TABLE `prefix_objects_entity` ( `guid` bigint(20) unsigned NOT NULL, `title` text NOT NULL, @@ -101,7 +101,7 @@ CREATE TABLE `prefix_sites_entity` ( ) ENGINE=MyISAM ; -- Extra information relating to "users" -CREATE TABLE `prefix_users` ( +CREATE TABLE `prefix_users_entity` ( `guid` bigint(20) unsigned NOT NULL, `name` text NOT NULL, -- cgit v1.2.3