Humble Trader

Sunday, September 17, 2006

Control Repository - repositories_c.sql

-- ------------------------------------------------------------------------- --
-- --
-- Title: repositories_c.sql --
-- Author: Steve Roach --
-- Date: 23-AUG-2006 --
-- Version: 01.00 --
-- --
-- Description: Create constraints for table REPOSITORIES. --
-- --
-- History: --
-- --
-- Date Ver Author Description --
-- --------- ----- ------ -------------------------------------------------- --
-- 23-AUG-06 01.00 SRR First release --
-- --
-- ------------------------------------------------------------------------- --

ALTER TABLE repositories DROP CONSTRAINT repositories_pk
/

ALTER TABLE repositories ADD CONSTRAINT repositories_pk PRIMARY KEY
(
name
) USING INDEX repositories_pk
/

0 Comments:

Post a Comment

<< Home