From 370227677bba6cb4f174957293b209b6ea129bf2 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 24 Apr 2015 16:47:57 +0300 Subject: [PATCH] Added legal document config as required, otherwise migration not working --- config/initializers/env_required.rb | 1 + db/schema.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/initializers/env_required.rb b/config/initializers/env_required.rb index c79520166..f4275bec6 100644 --- a/config/initializers/env_required.rb +++ b/config/initializers/env_required.rb @@ -8,6 +8,7 @@ required = %w( ca_key_path ca_key_password webclient_ip + legal_documents_dir ) Figaro.require_keys(required) diff --git a/db/schema.rb b/db/schema.rb index 62520c706..7cbf92109 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20150422134243) do +ActiveRecord::Schema.define(version: 20150423083308) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"