django-synchro icon indicating copy to clipboard operation
django-synchro copied to clipboard

Synchronization failes because of migrations

Open ppeczek opened this issue 7 years ago • 3 comments

When I try to synchronize via shell or admin then I see the following error:

django.db.utils.ProgrammingError: relation "synchro_changelog" does not exist
LINE 1: ..."."app_label", "django_content_type"."model" FROM "synchro_c...

ppeczek avatar Nov 26 '17 07:11 ppeczek

Have you tried https://docs.djangoproject.com/en/1.11/ref/django-admin/#cmdoption-migrate-run-syncdb ?

zlorf avatar Nov 26 '17 11:11 zlorf

It worked! :) Could you please append this tip to README?

ppeczek avatar Nov 26 '17 21:11 ppeczek

Yes, I will.

zlorf avatar Nov 26 '17 23:11 zlorf