diff options
author | Andreas Brandl <abrandl@gitlab.com> | 2019-07-08 17:35:20 +0200 |
---|---|---|
committer | Andreas Brandl <abrandl@gitlab.com> | 2019-07-08 17:35:20 +0200 |
commit | bc8eb78aa4a5c8f9916c0af0ba96983480339c1d (patch) | |
tree | cd510e77e6f782afb8ac2c490efc041eb5d67f8e /config | |
parent | 8f9fbbebc5c5b679730a14a8aef165954c1099c0 (diff) | |
download | gitlab-ce-ab-structure-sql2.tar.gz |
WIP: Move to structure.sqlab-structure-sql2
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 2 |
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" |