Replace default feature proposals to nil

This commit is contained in:
decabeza
2019-03-13 13:18:53 +01:00
parent 528a4b6e8e
commit e520a51d57
3 changed files with 6 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ section "Creating Settings" do
Setting.create(key: "feature.debates", value: "true")
Setting.create(key: "feature.proposals", value: "true")
Setting.create(key: "feature.featured_proposals", value: "true")
Setting.create(key: "feature.featured_proposals", value: nil)
Setting.create(key: "feature.polls", value: "true")
Setting.create(key: "feature.spending_proposals", value: nil)
Setting.create(key: "feature.spending_proposal_features.voting_allowed", value: nil)