summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2019-07-08 17:35:20 +0200
committerAndreas Brandl <abrandl@gitlab.com>2019-07-08 17:35:20 +0200
commitbc8eb78aa4a5c8f9916c0af0ba96983480339c1d (patch)
treecd510e77e6f782afb8ac2c490efc041eb5d67f8e /config
parent8f9fbbebc5c5b679730a14a8aef165954c1099c0 (diff)
downloadgitlab-ce-ab-structure-sql2.tar.gz
WIP: Move to structure.sqlab-structure-sql2
Diffstat (limited to 'config')
-rw-r--r--config/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb
index c5ef6a2c60d..87770cbef9c 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -131,7 +131,7 @@ module Gitlab
# Use SQL instead of Active Record's schema dumper when creating the database.
# This is necessary if your schema can't be completely dumped by the schema dumper,
# like if you have constraints or database-specific column types
- # config.active_record.schema_format = :sql
+ config.active_record.schema_format = :sql
# Configure webpack
config.webpack.config_file = "config/webpack.config.js"