AAIT#40392 mogelijkheid om (app)notificaties naar meerdere (bedrijfs)adressen te kunnen sturen
svn path=/Database/trunk/; revision=35223
This commit is contained in:
8
FCLT.SRC
8
FCLT.SRC
@@ -1,7 +1,7 @@
|
||||
-- [FCLT*.SQL]
|
||||
--
|
||||
-- Script to initialise a FACILITOR database schema in Oracle
|
||||
-- Copyright 1996-2016 Facilitor bv, the Netherlands.
|
||||
-- Copyright 1996-2017 Facilitor bv, the Netherlands.
|
||||
-- All rights reserved!
|
||||
/*
|
||||
* $Revision$
|
||||
@@ -67,7 +67,6 @@ SET ECHO ON
|
||||
/* TABLES */
|
||||
#include "fac\fac_tab.src"
|
||||
#include "alg\alg_tab.src"
|
||||
#include "aut\aut_tab.src"
|
||||
#include "ins\ins_tab.src"
|
||||
#include "prs\prs_tab.src"
|
||||
#include "mld\mld_tab.src"
|
||||
@@ -84,11 +83,11 @@ SET ECHO ON
|
||||
#include "msg\msg_tab.src"
|
||||
#include "kpi\kpi_tab.src"
|
||||
#include "ctr\ctr_tab.src"
|
||||
#include "aut\aut_tab.src"
|
||||
|
||||
/* SEQUENCES */
|
||||
#include "fac\fac_seq.src"
|
||||
#include "alg\alg_seq.src"
|
||||
#include "aut\aut_seq.src"
|
||||
#include "ins\ins_seq.src"
|
||||
#include "prs\prs_seq.src"
|
||||
#include "mld\mld_seq.src"
|
||||
@@ -105,11 +104,11 @@ SET ECHO ON
|
||||
#include "msg\msg_seq.src"
|
||||
#include "kpi\kpi_seq.src"
|
||||
#include "ctr\ctr_seq.src"
|
||||
#include "aut\aut_seq.src"
|
||||
|
||||
/* INDICES */
|
||||
#include "fac\fac_ind.src"
|
||||
#include "alg\alg_ind.src"
|
||||
#include "aut\aut_ind.src"
|
||||
#include "ins\ins_ind.src"
|
||||
#include "prs\prs_ind.src"
|
||||
#include "mld\mld_ind.src"
|
||||
@@ -126,6 +125,7 @@ SET ECHO ON
|
||||
#include "msg\msg_ind.src"
|
||||
#include "kpi\kpi_ind.src"
|
||||
#include "ctr\ctr_ind.src"
|
||||
#include "aut\aut_ind.src"
|
||||
|
||||
/* VIEWS, PACKAGES, TRIGGERS and LOCALES */
|
||||
#include "_up/recreate.inc"
|
||||
|
||||
Reference in New Issue
Block a user