discourse/migrations
Gerhard Schlager d286c1d5a1
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
2024-04-15 18:47:40 +02:00
..
bin DEV: Prepare new structure for migrations-tooling (#26631) 2024-04-15 18:47:40 +02:00
config DEV: Prepare new structure for migrations-tooling (#26631) 2024-04-15 18:47:40 +02:00
db DEV: Prepare new structure for migrations-tooling (#26631) 2024-04-15 18:47:40 +02:00
docs DEV: Add initial structure for migrations-tooling 2023-10-13 16:03:55 +02:00
lib DEV: Prepare new structure for migrations-tooling (#26631) 2024-04-15 18:47:40 +02:00
scripts DEV: Prepare new structure for migrations-tooling (#26631) 2024-04-15 18:47:40 +02:00
spec DEV: Prepare new structure for migrations-tooling (#26631) 2024-04-15 18:47:40 +02:00
.gitignore DEV: Prepare new structure for migrations-tooling (#26631) 2024-04-15 18:47:40 +02:00
README.md DEV: Prepare new structure for migrations-tooling (#26631) 2024-04-15 18:47:40 +02:00

README.md

Migrations Tooling

Development

Running tests

You need to execute rspec in the root of the project.

bin/rspec --default-path migrations/spec