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

@@ -16,6 +16,7 @@ type Share struct {
FrontendEndpoint *string
BackendProxyEndpoint *string
Reserved bool
Deleted bool
}
func (self *Store) CreateShare(envId int, shr *Share, tx *sqlx.Tx) (int, error) {