On 1/27/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
> There is a migration script for mysql.  This line looks wrong:
> ALTER TABLE auth_groups_permissions RENAME TO auth_group_permissions;
>
> Rename to the same name?
> Perhaps:
> ALTER TABLE auth_groups_permissions RENAME TO auth_group_permission;
> ?

Good catch! Actually, that table doesn't need to be renamed. I'll
update the wiki page to remove those lines. Thanks very much.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to