Skip to content

Commit bdf0f73

Browse files
authored
⚠️ Remove create user roles migration (#83)
The commit 5e2a120 removes the user roles from the application code but not from the database. This change removes it from migrations. This change was separated out since removing an already existing migration is not backwards compatible. Since this is a template it makes sense to do it this way rather than add an extra migration that removes the user_roles table. ## Migration notes When updating the template in this version, revert the changes in these files: - <APP_NAME>/db/migrate/20240410213056_create_user_roles.rb (deleted in this change) - <APP_NAME>/db/schema.rb (user_tables removed)
1 parent 2f9f155 commit bdf0f73

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

template/{{app_name}}/db/migrate/20240410213056_create_user_roles.rb

Lines changed: 0 additions & 10 deletions
This file was deleted.

template/{{app_name}}/db/schema.rb

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)