-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove remaining elements of the homepage interactive map module
- Loading branch information
Showing
2 changed files
with
59 additions
and
6 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
db/migrate/20240327215408_revert_homepage_interactive_map.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,11 @@ | ||
class RevertHomepageInteractiveMap < ActiveRecord::Migration[6.1] | ||
require_relative '20210429220804_add_geo_json_to_scopes.decidim_homepage_interactive_map.rb' | ||
require_relative '20210429220805_add_geolocation_to_participatory_processes.decidim_homepage_interactive_map.rb' | ||
require_relative '20210429220806_add_display_linked_assemblies_to_participatory_processes.decidim_homepage_interactive_map.rb' | ||
|
||
def change | ||
revert AddDisplayLinkedAssembliesToParticipatoryProcesses | ||
revert AddGeolocationToParticipatoryProcesses | ||
revert AddGeoJsonToScopes | ||
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