mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 09:51:24 -06:00
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:
parent
37a9e316a8
commit
b1b2d18e5d
@ -5,8 +5,6 @@ Warnings:
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
-- Clear migrations
|
|
||||||
DELETE FROM "_prisma_migrations" WHERE "migration_name" LIKE '%_add_wavoip_token_to_settings_table';
|
|
||||||
-- AlterTable
|
-- AlterTable
|
||||||
DO $$
|
DO $$
|
||||||
BEGIN
|
BEGIN
|
||||||
|
Loading…
Reference in New Issue
Block a user