Created
July 10, 2012 07:52
-
-
Save brianherbert/3081924 to your computer and use it in GitHub Desktop.
Add a unique key to feed item in an Ushahidi deployment destroying duplicates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER IGNORE TABLE `feed_item` ADD UNIQUE INDEX `name` (`item_link`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment