aboutsummaryrefslogtreecommitdiff
path: root/engine/schema/mysql.sql
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-13 13:54:43 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-13 13:54:43 +0000
commit8e4110bffc6ff3d970227e90cc85a56f210eec2d (patch)
tree3911875fb3146bf9a80050e74648ca0b39461dff /engine/schema/mysql.sql
parentd68148908863d2e16b81056e68fda8fffedcafd1 (diff)
downloadelgg-8e4110bffc6ff3d970227e90cc85a56f210eec2d.tar.gz
elgg-8e4110bffc6ff3d970227e90cc85a56f210eec2d.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Changed a couple of table names git-svn-id: https://code.elgg.org/elgg/trunk@196 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/schema/mysql.sql')
-rw-r--r--engine/schema/mysql.sql4
1 files changed, 2 insertions, 2 deletions
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,