FCLT#58249 res_ruimte_syncstate afsplitsen naar eigen tabel tegen datapump problemen
svn path=/Database/trunk/; revision=43326
This commit is contained in:
@@ -114,10 +114,6 @@ CREATE_TABLE(res_ruimte,0)
|
||||
CONSTRAINT res_c_res_status_fo2 CHECK(res_status_fo_key IN (1,2,3,4)),
|
||||
res_ruimte_extern_id
|
||||
VARCHAR2(256),
|
||||
res_ruimte_syncstate
|
||||
CLOB,
|
||||
res_ruimte_syncdate
|
||||
DATE,
|
||||
res_ruimte_cv
|
||||
NUMBER(1)
|
||||
DEFAULT 0
|
||||
@@ -126,6 +122,15 @@ CREATE_TABLE(res_ruimte,0)
|
||||
CONSTRAINT res_u_res_ruimte_upper UNIQUE(res_ruimte_upper, res_ruimte_verwijder)
|
||||
);
|
||||
|
||||
CREATE_TABLE(res_ruimte_sync,0)
|
||||
(
|
||||
res_ruimte_key
|
||||
NUMBER(10),
|
||||
res_ruimte_syncstate
|
||||
CLOB,
|
||||
res_ruimte_syncdate
|
||||
DATE
|
||||
);
|
||||
|
||||
CREATE_TABLE(res_alg_ruimte,0)
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user