FSN#18275

svn path=/Database/trunk/; revision=10393
This commit is contained in:
Peter Feij
2010-09-06 13:53:52 +00:00
parent 014275b717
commit 0d4877bd6f
55 changed files with 366 additions and 968 deletions

View File

@@ -1,7 +1,9 @@
#ifdef MSG
/* $Revision: 1 $
* $Modtime: 28-11-06 10:15 $
/* $Revision: 2 $
* $Modtime: 6-09-10 15:59 $
*/
#endif // MSG
REGISTERONCE('$Workfile: msg_IND.SRC $','$Revision: 2 $')
#endif // MSG

View File

@@ -1,9 +1,11 @@
#ifdef MSG
/* $Revision: 1 $
* $Modtime: 28-11-06 10:15 $
/* $Revision: 2 $
* $Modtime: 6-09-10 15:59 $
*/
_FAC_MODULE('MSG','Facilitor Messenger')
REGISTERONCE('$Workfile: msg_INI.SRC $','$Revision: 2 $')
#endif // MSG

View File

@@ -1,7 +1,8 @@
#ifdef MSG
/* $Revision: 1 $
* $Modtime: 28-11-06 9:57 $
/* $Revision: 2 $
* $Modtime: 6-09-10 15:59 $
*/
REGISTERRUN('$Workfile: msg_PAC.SRC $','$Revision: 2 $')
#endif // MSG

View File

@@ -1,9 +1,10 @@
#ifdef MSG // 28-11-2006 10:01
/* $Revision: 1 $
* $Modtime: 28-11-06 9:56 $
/* $Revision: 2 $
* $Modtime: 6-09-10 15:59 $
*/
CREATE SEQUENCE msg_s_msg_message_key MINVALUE 1;
REGISTERONCE('$Workfile: msg_SEQ.SRC $','$Revision: 2 $')
#endif // MSG

View File

@@ -1,20 +1,17 @@
#ifdef MSG // 28-11-2006 9:54
/* $Revision: 2 $
* $Modtime: 6-11-07 11:30 $
/* $Revision: 3 $
* $Modtime: 6-09-10 15:59 $
*/
#include "comsql.h"
CREATE_TABLE(msg_message, 0)
(
msg_message_key
NUMBER(10) PRIMARY KEY,
prs_perslid_key
NUMBER(10)
NUMBER(10)
REFERENCES prs_perslid(prs_perslid_key) ON DELETE CASCADE,
msg_message_replykey
NUMBER(10)
NUMBER(10)
REFERENCES msg_message(msg_message_key),
msg_message_oms
VARCHAR2(2000),
@@ -29,5 +26,6 @@ CREATE_TABLE(msg_message, 0)
DEFAULT SYSDATE
);
REGISTERONCE('$Workfile: msg_TAB.SRC $','$Revision: 3 $')
#endif // MSG
#endif // MSG

View File

@@ -1,11 +1,8 @@
#ifdef MSG // 28-11-2006 10:02
/* $Revision: 1 $
* $Modtime: 28-11-06 9:57 $
/* $Revision: 2 $
* $Modtime: 6-09-10 15:59 $
*/
#include "comsql.h"
CREATE_TRIGGER(msg_t_msg_message_B_IU)
BEFORE INSERT OR UPDATE ON msg_message
FOR EACH ROW
@@ -14,4 +11,6 @@ BEGIN
END;
/
REGISTERRUN('$Workfile: msg_TRI.SRC $','$Revision: 2 $')
#endif // MSG

View File

@@ -1,7 +1,9 @@
#ifdef MSG
/* $Revision: 1 $
* $Modtime: 28-11-06 9:57 $
/* $Revision: 2 $
* $Modtime: 6-09-10 16:00 $
*/
REGISTERRUN('$Workfile: msg_VIE.SRC $','$Revision: 2 $')
#endif // MSG