mirror of
https://github.com/discourse/discourse.git
synced 2025-10-04 17:32:34 +08:00
DEV: Prepare new structure for migrations-tooling (#26631)
* 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
This commit is contained in:
parent
831da05103
commit
d286c1d5a1
34 changed files with 1287 additions and 396 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -81,3 +81,11 @@ updates:
|
|||
types:
|
||||
patterns:
|
||||
- "@types/*"
|
||||
# - package-ecosystem: "bundler"
|
||||
# directory: "migrations/config/gemfiles/convert"
|
||||
# schedule:
|
||||
# interval: "weekly"
|
||||
# day: "wednesday"
|
||||
# time: "10:00"
|
||||
# timezone: "Europe/Vienna"
|
||||
# versioning-strategy: "increase"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue