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

@@ -12,6 +12,7 @@ type Environment struct {
Host string
Address string
ZId string
Deleted bool
}
func (self *Store) CreateEnvironment(accountId int, i *Environment, tx *sqlx.Tx) (int, error) {