Community Store addon help with site move
Permalink
I don't know where else to ask this. I'm trying to move a Concrete5 site with Community Store addon 0.9.9.9. I need to convert the mysql table names to CamelCase from all lower case for CommunityStore. How do I do this? Manually one by one? There is 42 of them.
I'm not quite sure what tables would not be present in 0.9.9.9, and I'm only counting 37, but you could try something like this SQL command (obviously backup first):
Viewing 15 lines of 37 lines. View entire code block.
Thanks, that helps.