Skip to content

Commit

Permalink
Remove decidim types relations
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Nov 4, 2024
1 parent 9cc8eaf commit b29cb97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemoveDecidimTypeIdInParticipatoryProcesses < ActiveRecord::Migration[6.1]
def change
remove_column :decidim_participatory_processes, :decidim_type_id
end
end
3 changes: 1 addition & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2024_10_01_104102) do
ActiveRecord::Schema.define(version: 2024_10_08_075539) do

# These are extensions that must be enabled in order to support this database
enable_extension "ltree"
Expand Down Expand Up @@ -1123,7 +1123,6 @@
t.boolean "scopes_enabled", default: true, null: false
t.date "start_date"
t.string "email"
t.integer "decidim_type_id"
t.string "reference"
t.boolean "private_space", default: false
t.bigint "decidim_area_id"
Expand Down

0 comments on commit b29cb97

Please sign in to comment.