hydra/cmd/cli
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
..
error.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
handler.go feat: allow additional SQL migrations (#3587) 2023-08-03 12:28:58 +02:00
handler_helper.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
handler_janitor.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
handler_janitor_test.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
handler_jwk.go chore: bump deps (#3560) 2023-07-04 10:21:51 +02:00
handler_jwk_test.go docs: standardize license headers (#3216) 2022-11-03 10:10:12 -05:00
handler_migrate.go fix: migrations on CockroachDB v25+ (#3994) 2025-05-20 08:56:06 +02:00