From 52c8164568cbf764281844fc8e984be593646301 Mon Sep 17 00:00:00 2001 From: benzntech Date: Wed, 12 Aug 2026 09:17:27 +0530 Subject: [PATCH] fix(db): rename migration to 148_provider_quota_state.sql --- ...{143_provider_quota_state.sql => 148_provider_quota_state.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/lib/db/migrations/{143_provider_quota_state.sql => 148_provider_quota_state.sql} (100%) diff --git a/src/lib/db/migrations/143_provider_quota_state.sql b/src/lib/db/migrations/148_provider_quota_state.sql similarity index 100% rename from src/lib/db/migrations/143_provider_quota_state.sql rename to src/lib/db/migrations/148_provider_quota_state.sql