aboutsummaryrefslogtreecommitdiff
path: root/engine/schema/mysql.sql
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-20 16:34:04 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-20 16:34:04 +0000
commitde29be85087d8e837c2dabaf15cc2ca7d393fde1 (patch)
treedec5829f7493dd0d41c88aa40cbbb7cc250091c9 /engine/schema/mysql.sql
parent226da79d7763a17d4a2bcd4d9b699e14c9103b9c (diff)
downloadelgg-de29be85087d8e837c2dabaf15cc2ca7d393fde1.tar.gz
elgg-de29be85087d8e837c2dabaf15cc2ca7d393fde1.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Annotations now using metastrings table for name_ids * Stupid amounts of whitespace removed git-svn-id: https://code.elgg.org/elgg/trunk@261 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/schema/mysql.sql')
-rw-r--r--engine/schema/mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql
index c51b2b6a7..1b12bfd72 100644
--- a/engine/schema/mysql.sql
+++ b/engine/schema/mysql.sql
@@ -142,7 +142,7 @@ CREATE TABLE `prefix_annotations` (
`entity_guid` bigint(20) unsigned NOT NULL,
- `name` int(11) NOT NULL,
+ `name_id` int(11) NOT NULL,
`value_id` int(11) NOT NULL,
`value_type` enum ('integer','tag','text','file') NOT NULL,