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.7 by lat, Fri Jan 20 11:53:17 2006 UTC vs.
Revision 1.9 by afaq, Mon Feb 6 23:18:54 2006 UTC

# Line 61 | Line 61 | alter table t_block
61    add constraint fk_block_status
62    foreign key (status) references t_block_status (id);
63  
64 + alter table t_block
65 +   add constraint fk_processed_dataset
66 +   foreign key (processed_dataset) references t_processed_dataset (id);
67 +
68   --
69   alter table t_file_status
70    add constraint pk_file_status

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines