Added legal document config as required, otherwise migration not working

This commit is contained in:
Priit Tark 2015-04-24 16:47:57 +03:00
parent dfe93bd347
commit 370227677b
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ required = %w(
ca_key_path ca_key_path
ca_key_password ca_key_password
webclient_ip webclient_ip
legal_documents_dir
) )
Figaro.require_keys(required) Figaro.require_keys(required)

View file

@ -11,7 +11,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # 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 # These are extensions that must be enabled in order to support this database
enable_extension "plpgsql" enable_extension "plpgsql"