API Docs for:
Show:

models.server.Ticket.queries Class

Module: filesize

Knex query helpers

Item Index

Methods

Methods

notSoftDeleted

()

Get updates that are not soft deleted

Example:

 ticket.tags().query(queries.notSoftDeleted).fetch();