You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing db:create results in an error. In the database.yml file, the database setup involves a mixture of postgres and sqlite. Also, the development db is listed as project_viking and the test and production show solution.
Finally, all database names favor the sqlite format showing an actual file path rather than snake_cased name.
The text was updated successfully, but these errors were encountered:
Typing
db:create
results in an error. In the database.yml file, the database setup involves a mixture of postgres and sqlite. Also, the development db is listed as project_viking and the test and production show solution.Finally, all database names favor the sqlite format showing an actual file path rather than snake_cased name.
The text was updated successfully, but these errors were encountered: