Remove redundant migration cleanup step for wavoip_token in PostgreSQL migration file. This change simplifies the migration process by eliminating unnecessary deletion of previous migration records, ensuring a cleaner migration history.

This commit is contained in:
Davidson Gomes 2025-01-22 12:01:17 -03:00
parent 37a9e316a8
commit b1b2d18e5d

View File

@ -5,8 +5,6 @@ Warnings:
*/
-- Clear migrations
DELETE FROM "_prisma_migrations" WHERE "migration_name" LIKE '%_add_wavoip_token_to_settings_table';
-- AlterTable
DO $$
BEGIN