added 'deleted' flags to all store objects (#262)

This commit is contained in:
Michael Quigley
2023-03-09 15:08:59 -05:00
parent 43d51a8f14
commit a0e94330c7
10 changed files with 27 additions and 1 deletions

View File

@ -13,6 +13,7 @@ type Frontend struct {
PublicName *string
UrlTemplate *string
Reserved bool
Deleted bool
}
func (str *Store) CreateFrontend(envId int, f *Frontend, tx *sqlx.Tx) (int, error) {