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

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

# Line 12 | Line 12 | create table t_person
12   alter table t_person
13    add constraint pk_person
14    primary key (id)
15 <  using index tablespace INDX01;
15 >  using index tablespace CMS_DBS_INDX01;
16  
17   alter table t_person
18    add constraint uq_person_name

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines