8 Mar
2022
8 Mar
'22
7:40 p.m.
On 3/8/22 10:10, Lars Schimmer wrote:
Hi!
Today I tried a mailman3 upgrade of the debian packages and I got this error:
django.db.migrations.exceptions.NodeNotFoundError: Migration hyperkitty.0007_allauth_20160808_1604 dependencies reference nonexistent parent node ('socialaccount', '0003_extra_data_default_dict')
Anyone has a idea howto fix those?
This is a reference to a migration in django-allauth. is django-allauth installed. If so, what version?
What does the database query
SELECT app, name FROM django_migrations WHERE app = 'socialaccount';
show. It should be
app | name
---------------+------------------------------
socialaccount | 0001_initial
socialaccount | 0002_token_max_lengths
socialaccount | 0003_extra_data_default_dict
(3 rows)
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan