Skip to content
Snippets Groups Projects
Commit 98dd9227 authored by Riccardo Padovani's avatar Riccardo Padovani :beers:
Browse files

Fix failing test

parent 7b106667
No related branches found
No related tags found
No related merge requests found
Pipeline #66641529 failed
......@@ -228,9 +228,9 @@ ActiveRecord::Schema.define(version: 20190615213400) do
t.integer "custom_project_templates_group_id"
t.boolean "elasticsearch_limit_indexing", default: false, null: false
t.string "geo_node_allowed_ips", default: "0.0.0.0/0, ::/0"
t.boolean "mailing_list_enabled", default: true, null: false
t.index ["custom_project_templates_group_id"], name: "index_application_settings_on_custom_project_templates_group_id", using: :btree
t.index ["file_template_project_id"], name: "index_application_settings_on_file_template_project_id", using: :btree
t.boolean "mailing_list_enabled", default: true, null: false
t.index ["usage_stats_set_by_user_id"], name: "index_application_settings_on_usage_stats_set_by_user_id", using: :btree
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment