caddy backend store migrations (#391)

This commit is contained in:
Michael Quigley
2023-08-21 16:04:31 -04:00
parent 122883b3fa
commit 1c1d20700e
2 changed files with 57 additions and 0 deletions

View File

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