Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seed User Fix #213

Merged
merged 3 commits into from
Aug 17, 2020
Merged

Seed User Fix #213

merged 3 commits into from
Aug 17, 2020

Commits on Aug 17, 2020

  1. fix(seed initial user fix): update seed user script so that it uses C…

    …LI arguments
    
    Fixed seed user script by refactoring it to ingest user input via CLI arguments
    
    fix #208
    alejandrosaenz117 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    14d0e38 View commit details
    Browse the repository at this point in the history
  2. fix(updated readme. added initial migration script): updated the READ…

    …ME with updated initial steps
    
    Updated the READEME with updated initial steps which include initializing the first database
    migration and inserting the first user.
    
    fix #208
    alejandrosaenz117 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    c954694 View commit details
    Browse the repository at this point in the history
  3. fix(ormconfig): updated ormconfig migrations array

    Fixed migrations bug where the server would not start due to misconfigured migrations
    
    fix #208
    alejandrosaenz117 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    afba021 View commit details
    Browse the repository at this point in the history