hydra/scripts
Arne Luenser 38efece55b
fix: migrations on CockroachDB v25+ (#3994)
I've added some output to the generated migrations files to make them
easier to recreate, hence the big diff.

These are important:

```
persistence/sql/migrations/20211004110001000000_change_client_primary_key.cockroach.down.sql
persistence/sql/migrations/20211004110001000000_change_client_primary_key.cockroach.up.sql
persistence/sql/migrations/20211004110003000000_change_client_primary_key.cockroach.down.sql
persistence/sql/migrations/20211004110003000000_change_client_primary_key.cockroach.up.sql

persistence/sql/migrations/20211011000001000000_change_jwk_primary_key.cockroach.down.sql
persistence/sql/migrations/20211011000001000000_change_jwk_primary_key.cockroach.up.sql
persistence/sql/migrations/20211011000003000000_change_jwk_primary_key.cockroach.down.sql
persistence/sql/migrations/20211011000003000000_change_jwk_primary_key.cockroach.up.sql

persistence/sql/src/20220210000001_nid/20220210000001000000_nid.cockroach.up.sql
```

Closes #3964 
Supersedes #3993 (thanks @hperl)
2025-05-20 08:56:06 +02:00
..
.gitattributes scripts: force linefeed 2017-10-05 18:12:34 +02:00
5min-tutorial.sh fix: use docker compose rather than docker-compose (#3815) 2024-08-06 14:57:49 +02:00
db-diff.sh fix: migrations on CockroachDB v25+ (#3994) 2025-05-20 08:56:06 +02:00
db-placeholders.sh fix: add missing down migrations 2022-09-07 08:10:31 +02:00
render-schemas.sh feat: render complete config schema during CI (#3433) 2023-02-09 11:15:29 +01:00
run-bench.sh refactor: deprecate `--dangerous-force-http` flag 2022-09-07 08:10:31 +02:00
run-configuration.sh feat: add shellcheck to circleci (#2835) 2021-11-09 09:26:50 +01:00
run-gensdk.sh sql: Resolve index/fk regression issues (#1178) 2018-11-20 00:02:05 +01:00
run-genswag.sh sql: Resolve index/fk regression issues (#1178) 2018-11-20 00:02:05 +01:00
test-env.sh refactor: move migrations to gobuffalo/fizz (#1775) 2020-04-30 10:58:57 +02:00