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

Comparing COMP/DBS/Schema/RefDBLegacy/OracleFiles.sql (file contents):
Revision 1.9 by afaq, Mon Feb 6 23:18:54 2006 UTC vs.
Revision 1.10 by sekhri, Tue Feb 7 20:32:13 2006 UTC

# Line 105 | Line 105 | alter table t_file
105  
106   alter table t_file
107    add constraint fk_file_inblock
108 <  foreign key (status) references t_block (id);
108 >  foreign key (inblock) references t_block (id);
109  
110   --
111   alter table t_evcoll_file

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines