Skip to content

Commit

Permalink
remove extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed May 22, 2024
1 parent 1cc6f5d commit d4cb044
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions app/packs/entrypoints/decidim_vocdoni.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
// DO NOT include any javascript file here, but inside the following file instead
import "src/decidim/vocdoni/vocdoni_application";

// Images
require.context("../images", true)
Empty file.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

# This migration comes from decidim_vocdoni (originally 20240516163557)

class AddAnswersCountToDecidimVocdoniQuestions < ActiveRecord::Migration[6.1]
def change
add_column :decidim_vocdoni_questions, :answers_count, :integer, default: 0, null: false
Expand Down

0 comments on commit d4cb044

Please sign in to comment.