Skip to content

should be able to import a database #14

@mariovisic

Description

@mariovisic

There should be a step in the project that checks to see if there is an existing schema file within the project, created by running:
rake db:schema:dump
It should then attempt to import it using:
rake db:schema:load
This should probably only occur is there is no existing database, and it could replace the bootstrap and migration steps (as it would essentially do those anyway!).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions