cryptic-game / python3-lib

A python3 libary for cryptic-game microservices

Home Page:https://cryptic-game.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automatic database-table update

use-to opened this issue · comments

commented

Describe the feature you would like
When a new version is released, the database structure may have been changed. In this case, the tables should be updated automatically.

Additional context
sqlalchemy doesnt support this. Look: sqlalchemy-migrate

The Question is what do you wanna do with e.g. a new column with what kind of information do you wanna fill it or just keep it empty ?

commented

This problem is situational.