mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Added legal document config as required, otherwise migration not working
This commit is contained in:
parent
dfe93bd347
commit
370227677b
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue