From bc8eb78aa4a5c8f9916c0af0ba96983480339c1d Mon Sep 17 00:00:00 2001 From: Andreas Brandl Date: Mon, 8 Jul 2019 17:35:20 +0200 Subject: WIP: Move to structure.sql --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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" -- cgit v1.2.1