Skip to content

Carbulator/carbulator-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

car-sharing-app

A car sharing webapp for managing fuel costs and planning car trips

Migrating

  • To create a new migration version run pipenv run flask db migrate from src directory
  • To migrate to a new migration version run pipenv run flask db upgrade from src directory
  • Depending on your current revision, you may need to disable the scheduler in app.py to run migration commands successfully as the Scheduler is invoked when executing a migration and depends on tables or columns which may not yet exist.

Issue tracking

Releases

No releases published

Packages

No packages published