diff --git a/crates/db_schema/src/schema.rs b/crates/db_schema/src/schema.rs index c93dabf48..925401c95 100644 --- a/crates/db_schema/src/schema.rs +++ b/crates/db_schema/src/schema.rs @@ -660,6 +660,7 @@ diesel::table! { enabled -> Bool, published -> Timestamptz, updated -> Nullable, + use_pkce -> Bool, } } diff --git a/migrations/2024-12-02-181601_add_combined_tables/down.sql b/migrations/2024-12-02-181601_add_report_combined_table/down.sql similarity index 100% rename from migrations/2024-12-02-181601_add_combined_tables/down.sql rename to migrations/2024-12-02-181601_add_report_combined_table/down.sql diff --git a/migrations/2024-12-02-181601_add_combined_tables/up.sql b/migrations/2024-12-02-181601_add_report_combined_table/up.sql similarity index 100% rename from migrations/2024-12-02-181601_add_combined_tables/up.sql rename to migrations/2024-12-02-181601_add_report_combined_table/up.sql