Open abudarevsky opened 8 years ago
Hi
I have just faced an issue with MariaDB 10.1
python manage.py migrate telegrambot Operations to perform: Apply all migrations: telegrambot Running migrations: Rendering model states... DONE Applying telegrambot.0003_auto_20160202_1803..
Traceback (most recent call last): ... django.db.utils.OperationalError: (1050, "Table 'telegrambot_authtoken' already exists")
I worked fine for me. You could try to log in to your DB and delete table telegrambot_authtoken.
telegrambot_authtoken
Hi
I have just faced an issue with MariaDB 10.1
python manage.py migrate telegrambot Operations to perform: Apply all migrations: telegrambot Running migrations: Rendering model states... DONE Applying telegrambot.0003_auto_20160202_1803..
Traceback (most recent call last): ... django.db.utils.OperationalError: (1050, "Table 'telegrambot_authtoken' already exists")