Quote:
Originally Posted by The Geek
It shouldnt take anything like that amount of time. You can try adding the flag to your posts table ahead of the install. To do so, use phpmyadmin or similar and add a column called ame_flag of type tinyint to your posts table.
Please note that you should backup first.
HTHs
|
Any chance you can give me a little more detail how to do this in phpmyadmin? My experience in phpmyadmin is limited although I've had no problems doing things in there with more details.
If I understand this correctly, in the Post table I would be adding a field - does it matter if it is at the beginning or end of the table or after any particular field? I'm guessing that the Field Name would be "ame_flag"? Do I need any values after the Type?
Thanks.