-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Try to clone project and build locally. Following the readme instructions, after the bundle install step, the rake db:migrate command fails with the following. It appears the user table is not being created in sqlite3 and subsequent alter command is failing.
== AddDeviseToUsers: migrating ===============================================
-- change_table(:users)
rake aborted!
An error has occurred, this and all later migrations canceled:
SQLite3::SQLException: no such table: users: ALTER TABLE "users" ADD "email" varchar(255) DEFAULT '' NOT NULL
(See full trace by running task with --trace)
Metadata
Metadata
Assignees
Labels
No labels