mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:16:41 +08:00
d286c1d5a1
* Moves existing files around. All essential scripts are in `migrations/bin`, and non-essential scripts like benchmarks are in `migrations/scripts` * Dependabot configuration for migrations-tooling (disabled for now) * Updates test configuration for migrations-tooling * Shorter configuration for intermediate DB for now. We will add the rest table by table. * Adds a couple of benchmark scripts * RSpec setup especially for migrations-tooling and the first tests * Adds sorting/formatting to the `generate_schema` script |
||
---|---|---|
.. | ||
bin | ||
config | ||
db | ||
docs | ||
lib | ||
scripts | ||
spec | ||
.gitignore | ||
README.md |
Migrations Tooling
Development
Running tests
You need to execute rspec
in the root of the project.
bin/rspec --default-path migrations/spec