ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Schema/RefDBLegacy/OracleApps.sql
(Generate patch)

Comparing COMP/DBS/Schema/RefDBLegacy/OracleApps.sql (file contents):
Revision 1.8 by lat, Fri Jan 20 11:53:17 2006 UTC vs.
Revision 1.9 by lat, Fri Jan 20 16:55:06 2006 UTC

# Line 23 | Line 23 | create table t_app_config
23   alter table t_app_family
24    add constraint pk_app_family
25    primary key (id)
26 <  using index tablespace INDX01;
26 >  using index tablespace CMS_DBS_INDX01;
27  
28   alter table t_app_family
29    add constraint uq_app_family_name
# Line 33 | Line 33 | alter table t_app_family
33   alter table t_application
34    add constraint pk_application
35    primary key (id)
36 <  using index tablespace INDX01;
36 >  using index tablespace CMS_DBS_INDX01;
37  
38   alter table t_application
39    add constraint uq_application_key
# Line 47 | Line 47 | alter table t_application
47   alter table t_app_config
48    add constraint pk_app_config
49    primary key (id)
50 <  using index tablespace INDX01;
50 >  using index tablespace CMS_DBS_INDX01;
51  
52   alter table t_app_config
53    add constraint uq_app_config

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines