Skip to content

msi89/fastapi-tortoise-mvc-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migration

initiate migration

aerich init -t core.settings.TORTOISE_ORM

create initial migration

aerich init-db

Update models and make migrate

aerich migrate --name drop_column

Upgrade to latest version

aerich upgrade

Downgrade to previous version

aerich downgrade

Show history

aerich history

Show heads to be migrated

aerich heads

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages