Skip to content

default_configuration raises errors when running migrations on clean database #2

@defkode

Description

@defkode

sample error:

SQLite3::SQLException: no such table: config: SELECT * FROM "config" WHERE ("config"."associated_id" IS NULL AND "config"."associated_type" = 'User' AND "config"."key" = 'favourite_color') LIMIT 1

it tries to make a query to config table, when no table was set yet

try: rake db:drop, rake db:migrate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions