models.server.Ticket.queries Class
Knex query helpers
Item Index
Methods
Methods
notSoftDeleted
()
Get updates that are not soft deleted
Example:
ticket.tags().query(queries.notSoftDeleted).fetch();
