feature: Adds forward creation.
This commit is contained in:
parent
c385d7b83b
commit
b7b7f80308
6 changed files with 134 additions and 6 deletions
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
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";
|
Loading…
Add table
Add a link
Reference in a new issue