Skip to content

Commit

Permalink
Remove redundant migration cleanup step for wavoip_token in Postgre…
Browse files Browse the repository at this point in the history
…SQL migration file. This change simplifies the migration process by eliminating unnecessary deletion of previous migration records, ensuring a cleaner migration history.
  • Loading branch information
DavidsonGomes committed Jan 22, 2025
1 parent 37a9e31 commit b1b2d18
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Warnings:
*/

-- Clear migrations
DELETE FROM "_prisma_migrations" WHERE "migration_name" LIKE '%_add_wavoip_token_to_settings_table';
-- AlterTable
DO $$
BEGIN
Expand Down

0 comments on commit b1b2d18

Please sign in to comment.