Hi,
I am using Rails 2.1.2, the latest commit of Community Engine and the
Engines plugin. When migrating the database it fails on migration 060
with the line
== 60 StillMoreIndexes: migrating
===========================================
-- add_index(:posts, :user_id)
rake aborted!
SQLite3::SQLException: index index_posts_on_user_id already exists:
CREATE INDEX "index_posts_on_user_id" ON "posts" ("user_id")
I looked through the migrations and couldn't spot the command being
used previously, so I don't know what the problem is. Any help
appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---