-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump decidim from 0.27.4 to 0.27.5 (#110)
* Bump decidim from 0.27.4 to 0.27.5 * Fix overrides_spec.rb * Lock ChromeDriver to 119.0.6045.105 * Update package-lock.json
- Loading branch information
Showing
8 changed files
with
4,036 additions
and
7,749 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
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
12 changes: 12 additions & 0 deletions
12
db/migrate/20240124134652_change_default_value_for_decidim_endorsements.decidim.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,12 @@ | ||
# frozen_string_literal: true | ||
# This migration comes from decidim (originally 20231027142329) | ||
|
||
class ChangeDefaultValueForDecidimEndorsements < ActiveRecord::Migration[6.1] | ||
def up | ||
change_column_default :decidim_endorsements, :decidim_user_group_id, 0 | ||
end | ||
|
||
def down | ||
change_column_default :decidim_endorsements, :decidim_user_group_id, nil | ||
end | ||
end |
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
Oops, something went wrong.