Skip to content

Commit b1b2d18

Browse files
committed
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.
1 parent 37a9e31 commit b1b2d18

File tree

1 file changed

+0
-2
lines changed
  • prisma/postgresql-migrations/20250116001415_add_wavoip_token_to_settings_table

1 file changed

+0
-2
lines changed

prisma/postgresql-migrations/20250116001415_add_wavoip_token_to_settings_table/migration.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Warnings:
55
66
*/
77

8-
-- Clear migrations
9-
DELETE FROM "_prisma_migrations" WHERE "migration_name" LIKE '%_add_wavoip_token_to_settings_table';
108
-- AlterTable
119
DO $$
1210
BEGIN

0 commit comments

Comments
 (0)