14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
compile insert DELETE_QUEUE_EQUATES
|
|
/*----------------------------------------
|
|
Author : Table Create Insert Routine
|
|
Written : 05/09/2025
|
|
Description : Insert for Table DELETE_QUEUE
|
|
----------------------------------------*/
|
|
#ifndef __DELETE_QUEUE_EQUATES__
|
|
#define __DELETE_QUEUE_EQUATES__
|
|
|
|
equ DELETE_QUEUE_ARCHIVE_ID$ to 1
|
|
equ DELETE_QUEUE_COMPLETED$ to 2
|
|
|
|
#endif
|