update schemas to support 'tunnel' backend mode (#170)

This commit is contained in:
Michael Quigley
2023-04-17 11:53:18 -04:00
parent fd741353d7
commit ab6df21273
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- +migrate Up
alter type backend_mode rename value 'dav' to 'tunnel';