>
> My migrations suddenly failed with
>
> Error:
> ('ERROR', '42P01',
> 'relation "wiki_page" does not exist')
>
>
If the relation does exist in Postgresql (which is why you want to
migrate), try and move the related file in //databases/ for that table
to another destination (say /var/tmp) and
My migrations suddenly failed with
Error:
('ERROR', '42P01',
'relation "wiki_page" does not exist')
This will happen for any relation trying to commenting them out etc.
Running a fake_migrate_all and the problem still persists, so I can not
find a way around manually modify my PostgreSQL schem
2 matches
Mail list logo