From c72da58eaf45eafff3232bcc050fd87e84ae050f Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 7 Jul 2026 17:16:10 +0200 Subject: [PATCH] refactor: rename migrations --- ...=> 20260626153900_add_pkce_supported_to_oidc_clients.down.sql} | 0 ...l => 20260626153900_add_pkce_supported_to_oidc_clients.up.sql} | 0 ...000_oauth_apis.down.sql => 20260707170000_oauth_apis.down.sql} | 0 ...4120000_oauth_apis.up.sql => 20260707170000_oauth_apis.up.sql} | 0 ...=> 20260626153900_add_pkce_supported_to_oidc_clients.down.sql} | 0 ...l => 20260626153900_add_pkce_supported_to_oidc_clients.up.sql} | 0 ...000_oauth_apis.down.sql => 20260707170000_oauth_apis.down.sql} | 0 ...4120000_oauth_apis.up.sql => 20260707170000_oauth_apis.up.sql} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename backend/resources/migrations/postgres/{20260726153900_add_pkce_supported_to_oidc_clients.down.sql => 20260626153900_add_pkce_supported_to_oidc_clients.down.sql} (100%) rename backend/resources/migrations/postgres/{20260726153900_add_pkce_supported_to_oidc_clients.up.sql => 20260626153900_add_pkce_supported_to_oidc_clients.up.sql} (100%) rename backend/resources/migrations/postgres/{20260624120000_oauth_apis.down.sql => 20260707170000_oauth_apis.down.sql} (100%) rename backend/resources/migrations/postgres/{20260624120000_oauth_apis.up.sql => 20260707170000_oauth_apis.up.sql} (100%) rename backend/resources/migrations/sqlite/{20260726153900_add_pkce_supported_to_oidc_clients.down.sql => 20260626153900_add_pkce_supported_to_oidc_clients.down.sql} (100%) rename backend/resources/migrations/sqlite/{20260726153900_add_pkce_supported_to_oidc_clients.up.sql => 20260626153900_add_pkce_supported_to_oidc_clients.up.sql} (100%) rename backend/resources/migrations/sqlite/{20260624120000_oauth_apis.down.sql => 20260707170000_oauth_apis.down.sql} (100%) rename backend/resources/migrations/sqlite/{20260624120000_oauth_apis.up.sql => 20260707170000_oauth_apis.up.sql} (100%) diff --git a/backend/resources/migrations/postgres/20260726153900_add_pkce_supported_to_oidc_clients.down.sql b/backend/resources/migrations/postgres/20260626153900_add_pkce_supported_to_oidc_clients.down.sql similarity index 100% rename from backend/resources/migrations/postgres/20260726153900_add_pkce_supported_to_oidc_clients.down.sql rename to backend/resources/migrations/postgres/20260626153900_add_pkce_supported_to_oidc_clients.down.sql diff --git a/backend/resources/migrations/postgres/20260726153900_add_pkce_supported_to_oidc_clients.up.sql b/backend/resources/migrations/postgres/20260626153900_add_pkce_supported_to_oidc_clients.up.sql similarity index 100% rename from backend/resources/migrations/postgres/20260726153900_add_pkce_supported_to_oidc_clients.up.sql rename to backend/resources/migrations/postgres/20260626153900_add_pkce_supported_to_oidc_clients.up.sql diff --git a/backend/resources/migrations/postgres/20260624120000_oauth_apis.down.sql b/backend/resources/migrations/postgres/20260707170000_oauth_apis.down.sql similarity index 100% rename from backend/resources/migrations/postgres/20260624120000_oauth_apis.down.sql rename to backend/resources/migrations/postgres/20260707170000_oauth_apis.down.sql diff --git a/backend/resources/migrations/postgres/20260624120000_oauth_apis.up.sql b/backend/resources/migrations/postgres/20260707170000_oauth_apis.up.sql similarity index 100% rename from backend/resources/migrations/postgres/20260624120000_oauth_apis.up.sql rename to backend/resources/migrations/postgres/20260707170000_oauth_apis.up.sql diff --git a/backend/resources/migrations/sqlite/20260726153900_add_pkce_supported_to_oidc_clients.down.sql b/backend/resources/migrations/sqlite/20260626153900_add_pkce_supported_to_oidc_clients.down.sql similarity index 100% rename from backend/resources/migrations/sqlite/20260726153900_add_pkce_supported_to_oidc_clients.down.sql rename to backend/resources/migrations/sqlite/20260626153900_add_pkce_supported_to_oidc_clients.down.sql diff --git a/backend/resources/migrations/sqlite/20260726153900_add_pkce_supported_to_oidc_clients.up.sql b/backend/resources/migrations/sqlite/20260626153900_add_pkce_supported_to_oidc_clients.up.sql similarity index 100% rename from backend/resources/migrations/sqlite/20260726153900_add_pkce_supported_to_oidc_clients.up.sql rename to backend/resources/migrations/sqlite/20260626153900_add_pkce_supported_to_oidc_clients.up.sql diff --git a/backend/resources/migrations/sqlite/20260624120000_oauth_apis.down.sql b/backend/resources/migrations/sqlite/20260707170000_oauth_apis.down.sql similarity index 100% rename from backend/resources/migrations/sqlite/20260624120000_oauth_apis.down.sql rename to backend/resources/migrations/sqlite/20260707170000_oauth_apis.down.sql diff --git a/backend/resources/migrations/sqlite/20260624120000_oauth_apis.up.sql b/backend/resources/migrations/sqlite/20260707170000_oauth_apis.up.sql similarity index 100% rename from backend/resources/migrations/sqlite/20260624120000_oauth_apis.up.sql rename to backend/resources/migrations/sqlite/20260707170000_oauth_apis.up.sql