-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install decidim-budget_category_voting gem (#513)
* Install Category Voting * Install migrations * Update decidim-phone_authorization_handler * Fix failing spec * Update decidim-budget_category_voting gem * Bundle require category enhanced * Added migration
- Loading branch information
Showing
6 changed files
with
169 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
db/migrate/20240305083819_add_colors_to_decidim_categories.decidim_category_enhanced.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# This migration comes from decidim_category_enhanced (originally 20240222135216) | ||
class AddColorsToDecidimCategories < ActiveRecord::Migration[6.1] | ||
def change | ||
change_table :decidim_categories do |t| | ||
t.string :text_color | ||
t.string :background_color | ||
end | ||
end | ||
end |
Oops, something went wrong.