mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
435 B
435 B
CONTRIBUTING.md
Hello, and thank you for choosing to contribute to this project.
Changing database schema.
Create new migration file.
You can read about the syntax in the rubenv/sql-migrate repo. The files are located in database/sqlite/migrations/
folder.
To create a new migration file, run just migration-new creating-something-new
.