Applying Migrations
After pulling changes that include new migrations, upgrade your database:Creating Migrations
When you modify the database schema, generate a new migration:versions/ before applying it.
Git Hook for Migration Alerts
Add this to your.git/hooks/post-merge file to receive alerts when new migrations are pulled:
Next Steps
Adding Robot Middleware
Add support for new robot hardware