mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 13:18:14 +08:00
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. |
||
|---|---|---|
| .. | ||
| development.rb | ||
| production.rb | ||
| profile.rb | ||
| test.rb | ||