All Downloads are FREE. Search and download functionalities are using the official Maven repository.

biz.lobachev.annette.data_dictionary.builder.labels.Audit.scala Maven / Gradle / Ivy

package biz.lobachev.annette.data_dictionary.builder.labels

object Audit {
  val AUDIT_TABLE  = "auditTable"
  val DISABLE_AUDIT = "disableAudit"

  def audit(table: String) = AUDIT_TABLE  -> table
  def disableAudit()             = DISABLE_AUDIT -> "true"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy