mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-04 06:16:25 -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:
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user