discourse/config/environments
Loïc Guitaut 22d0bf0396
DEV: Don’t ever dump the DB schema (#35736)
We don’t want to dump the DB schema as it can lead to various problems,
mainly with plugins.

We already have some patches that take care of that, but sometimes a
`db/structure.sql` file is still generated.

The solution is to instruct Rails to never dump that schema, even in the
test and development environments.
2025-10-31 16:14:14 +01:00
..
development.rb DEV: add DISCOURSE_USE_SMTP_ENVIRONMENT_IN_DEVELOPMENT for overriding safety checks 2025-10-27 13:48:54 -04:00
production.rb DEV: Don’t ever dump the DB schema (#35736) 2025-10-31 16:14:14 +01:00
profile.rb DEV: Apply syntax_tree formatting to config/* 2023-01-09 11:13:29 +00:00
test.rb DEV: Refactor test-specific setting overrides into rails_helper.rb (#35594) 2025-10-27 10:14:56 +00:00