package io.delphi.qa.auto.awsmfrw.models.db.sql.pg;

public enum EnPgMetadataProcessStatuses {
  NOT_QUEUED,
  QUEUED,
  COMPLETED,
  ;
}
