Skip to content

rake db:migrate command fails #1

Description

@yabdi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions