Actions
Feature #29250
openAdd PostgreSQLAdapter.create_unlogged_tables = true to test.rb
Status:
New
Priority:
Normal
Assignee:
-
Category:
Tests
Target version:
-
Description
Since Rails 6.0 tests can be made faster by adding:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.create_unlogged_tables = true
to config/environment/test.rb. For more info:
Actions