Skip to content

h-kataria/manageiq-schema

 
 

Repository files navigation

ManageIQ Schema

Gem Version Build Status Code Climate Test Coverage Dependency Status Security

Chat

SQL Schema and migrations for ManageIQ

License

The gem is available as open source under the terms of the Apache License 2.0.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Run Tests in dev environment

  1. Modify spec/dummy/config/database.yml to access local database
  2. Run: bin/setup
    1. Performs bundle update
    2. Generates random database region number
    3. Creates/resets dummy_test database
  3. Run: rspec spec/migrations/<spec_file>
    or rake (Run all migration tests)

About

SQL schema and database migrations for ManageIQ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.4%
  • Other 0.6%