frontend bind address data wiring (#834)

This commit is contained in:
Michael Quigley
2025-02-05 11:14:00 -05:00
parent e95e5c3fe8
commit e7f126bd45
22 changed files with 228 additions and 7 deletions

View File

@ -0,0 +1,3 @@
-- +migrate Up
alter table frontends add column bind_address varchar(128);