django-telegram-bot icon indicating copy to clipboard operation
django-telegram-bot copied to clipboard

migrate with MariaDB failed

Open abudarevsky opened this issue 9 years ago • 1 comments

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")

abudarevsky avatar Jun 30 '16 14:06 abudarevsky

I worked fine for me. You could try to log in to your DB and delete table telegrambot_authtoken.

ihoru avatar Aug 04 '16 07:08 ihoru