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.1 by lat, Tue Oct 4 21:46:23 2005 UTC vs.
Revision 1.2 by lat, Wed Oct 5 07:25:42 2005 UTC

# Line 77 | Line 77 | alter table t_app_family
77   alter table t_app_family
78    add constraint fk_app_family_mod
79    foreign key (modified_by) references t_person (id);
80 <  
80 >
81   --
82   alter table t_application
83    add constraint pk_application
# Line 107 | Line 107 | alter table t_application
107   alter table t_application
108    add constraint fk_application_mod
109    foreign key (modified_by) references t_person (id);
110 <  
110 >
111   --
112   alter table t_app_config
113    add constraint pk_app_config

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines