-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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
Labels
No labels