[typo] Moving to Latest SVN
Phil Cryer
phil at cryer.us
Thu Oct 20 12:24:13 EDT 2005
>The migration doesn't have a drop table function so if you had an
>aborted migration and it had already created the table - then the
>next time you try it'll choke (so you have the error). Just delete
>the table 'tags' from the database and try the migration again.
Thanks, I was afraid to just start dropping things, but once I did:
mysql> drop table tags;
Query OK, 0 rows affected (0.01 sec)
mysql> drop table articles_tags;
Query OK, 0 rows affected (0.01 sec)
mysql> commit;
Query OK, 0 rows affected (0.00 sec)
rake migrate worked fine! Thanks, now running the current svn for my site.
P
http://fak3r.com - you don't have to kick it
More information about the Typo-list
mailing list