Skip to content

Problem with existing project #18

@valterbarros

Description

@valterbarros

Problem:

Hey man, you add a two new fields to repository_profiles table here

add_column :repository_profiles, :entity_id, :integer, default: nil

and here

add_column :repository_profiles, :entity_class, :string, default: nil

But as my project was already runned the migration(lib/generators/arpa/templates/migration.rb) will don't run this anymore.

Solution
Create a new migration with these fields and force gem's user to run this.

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