add description to 'frontends' (#834)

This commit is contained in:
Michael Quigley
2025-02-04 16:59:09 -05:00
parent f7cf5430d7
commit a0383b4d3a
3 changed files with 13 additions and 6 deletions

View File

@ -0,0 +1,3 @@
-- +migrate Up
alter table frontends add column description text;