SQL Schema and migrations for ManageIQ
The gem is available as open source under the terms of the Apache License 2.0.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- If necessary, copy
spec/dummy/config/database.tmpl.yml
tospec/dummy/config/database.yml
and modify it to access your local database - Run:
bin/setup
- Copies
spec/dummy/config/database.tmpl.yml
tospec/dummy/config/database.yml
if it doesn't exist - Performs
bundle update
- Generates random database region number
- Creates/resets
dummy_test
database
- Copies
- Run:
rspec spec/migrations/<spec_file>
orrake
(Run all migration tests)