netbriler / aiogram-peewee-template

Telegram Bot API template, with aiogram, peewee and docker

Home Page:https://github.com/netbriler/aiogram-peewee-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(sqlite3.OperationalError) no such table: users

almaziphone opened this issue · comments

commented

how to make a migration? default sqlite. windows os

commented

alembic upgrade head

alembic upgrade head

what is alembic upgrade head? please explain . Bot is not working.

    cursor.execute(sql, params or ())
peewee.OperationalError: no such table: users