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";
|
|
@ -26,7 +26,6 @@ model ForwardRule {
|
|||
description String?
|
||||
sourceIP String
|
||||
sourcePort Int
|
||||
destIP String
|
||||
destPort Int
|
||||
destProviderID Int
|
||||
enabled Boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue