mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
When the kvdb to sql migration is initially introduced, we will want to ensure that it is only run under dev builds during the testing phase. We therefore introduce the functionality to have separate dev migrations, which are only included in a separate migration stream that is used only in dev builds. Note that these dev migrations are currently not included in the `sqlc.yaml` file, to ensure that the main sqlc models doesn't include the dev migrations. |
||
|---|---|---|
| .. | ||
| check-commit.sh | ||
| check-each-commit.sh | ||
| check-go-version-dockerfile.sh | ||
| check-go-version-yaml.sh | ||
| check-release-notes.sh | ||
| gen_sqlc_docker.sh | ||
| itest_parallel.sh | ||
| itest_part.sh | ||
| release.sh | ||
| unit-test-flake-hunter.sh | ||