8 lines
197 B
SQL
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";
|