pears.DBStartCleanupRoutine

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

CREATE PROCEDURE "pears"."DBStartCleanupRoutine"()
/* Application Maintained Function / Procedure - DO NOT EDIT*/
BEGIN
  /* IXS tables */
  DELETE FROM "ixsresult";
  DELETE FROM "ixsstatus"
END
GO
 
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."DBStartCleanupRoutine" IS 
{CREATE PROCEDURE DBStartCleanupRoutine 
 
/* Application Maintained Function / Procedure - DO NOT EDIT*/
 
()
BEGIN
  /* IXS tables */
  DELETE FROM ixsresult ;
  DELETE FROM ixsstatus ;
END
}
  • database/procedures/pears_dbstartcleanuproutine.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1