Skip to content

mazen2806/booking_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get your application up and running.

How to work with alembic migrations

  • Initialize db migrations: alembic init alembic
  • Generate new migration: alembic revision -m "create table"
  • Upgrade migrations: alembic upgrade head
  • Downgrade to prev migration: alembic downgrade -1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published