Skip to content

Commit

Permalink
Merge pull request 'Fix schema.rb file' (#18) from fix_db_schema into…
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Feb 15, 2023
2 parents 5f9f885 + ccc15a6 commit 9ee98c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@
t.text "description"
t.text "summary"
t.string "name"
t.string "main_link_text"
t.index ["budget_phase_id"], name: "index_budget_phase_translations_on_budget_phase_id"
t.index ["locale"], name: "index_budget_phase_translations_on_locale"
end
Expand All @@ -309,7 +308,6 @@
t.datetime "starts_at"
t.datetime "ends_at"
t.boolean "enabled", default: true
t.string "main_link_url"
t.index ["ends_at"], name: "index_budget_phases_on_ends_at"
t.index ["kind"], name: "index_budget_phases_on_kind"
t.index ["next_phase_id"], name: "index_budget_phases_on_next_phase_id"
Expand All @@ -330,7 +328,6 @@
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "name"
t.string "main_link_text"
t.index ["budget_id"], name: "index_budget_translations_on_budget_id"
t.index ["locale"], name: "index_budget_translations_on_locale"
end
Expand Down Expand Up @@ -375,7 +372,6 @@
t.text "description_informing"
t.string "voting_style", default: "knapsack"
t.boolean "published"
t.string "main_link_url"
end

create_table "campaigns", id: :serial, force: :cascade do |t|
Expand Down Expand Up @@ -1455,7 +1451,7 @@
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "locale"
t.boolean "is_news"
t.boolean "is_news", default: false
t.datetime "news_date"
end

Expand Down

0 comments on commit 9ee98c5

Please sign in to comment.