We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
heroku run "mix ecto.migrate"
heroku run "POOL_SIZE=2 mix run priv/repo/seeds.exs"
brew install postgres
createuser -s admin
mkdir -p ~/Library/LaunchAgents && ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
mix ecto.create && mix ecto.migrate && mix run priv/repo/seeds.exs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
heroku run "mix ecto.migrate"
when adding new modelsheroku run "POOL_SIZE=2 mix run priv/repo/seeds.exs"
when we need to reseed data (Can 2 become any number up to 18?)brew install postgres
createuser -s admin
mkdir -p ~/Library/LaunchAgents && ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
mix ecto.create && mix ecto.migrate && mix run priv/repo/seeds.exs
The text was updated successfully, but these errors were encountered: