14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
compile insert DELETE_QUEUE_ERROR_EQUATES
|
|
/*----------------------------------------
|
|
Author : Table Create Insert Routine
|
|
Written : 29/09/2025
|
|
Description : Insert for Table DELETE_QUEUE_ERROR
|
|
----------------------------------------*/
|
|
#ifndef __DELETE_QUEUE_ERROR_EQUATES__
|
|
#define __DELETE_QUEUE_ERROR_EQUATES__
|
|
|
|
equ DELETE_QUEUE_ERROR_ARCHIVE_ID$ to 1
|
|
equ DELETE_QUEUE_ERROR_ERROR_MSG$ to 2
|
|
|
|
#endif
|