Changeset 1519
- Timestamp:
- 15/09/06 09:55:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI07-MOLES/trunk/RDBMS/Postgres/basicbuildscripts/inst_level_0/inst_level_1/inst_level_2/inst_level_3/tbl_md_desc_to_sections.sql
r1513 r1519 40 40 ADD CONSTRAINT fk_tbl_md_desc_to_sections_md_desc_sections 41 41 FOREIGN KEY (fld_desc_section_id, fld_desc_section_local_id) 42 REFERENCES ndgb. metadata_description_sections (fld_desc_section_id, fld_desc_section_local_id)42 REFERENCES ndgb.tbl_metadata_description_sections (fld_desc_section_id, fld_desc_section_local_id) 43 43 ON UPDATE RESTRICT ON DELETE RESTRICT; 44 44 CREATE INDEX fki_tbl_md_desc_to_sections_desc
Note: See TracChangeset
for help on using the changeset viewer.