hermes/backend-legacy/prisma/migrations/20240421210417_fix_remove_destip/migration.sql
2024-12-21 18:27:40 -05:00

8 lines
197 B
SQL

/*
Warnings:
- You are about to drop the column `destIP` on the `ForwardRule` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "ForwardRule" DROP COLUMN "destIP";