scaffolding to support 'vpn' backend mode

This commit is contained in:
Michael Quigley
2024-04-08 13:07:58 -04:00
parent 5a8ffdfd7e
commit eb721bb916
9 changed files with 92 additions and 6 deletions

View File

@ -0,0 +1,3 @@
-- +migrate Up
alter type backend_mode add value 'vpn';