Skip to content

Commit

Permalink
Removed fk on cabinetmed
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 20, 2011
1 parent de5b90b commit 991f80a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/initdata/mysqldump_dolibarr_3.1.0.sql
Expand Up @@ -1724,8 +1724,7 @@ CREATE TABLE `llx_cabinetmed_cons` (
`tms` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`rowid`),
KEY `idx_cabinetmed_cons_fk_soc` (`fk_soc`),
KEY `idx_cabinetmed_cons_datecons` (`datecons`),
CONSTRAINT `fk_cabinetmed_cons_fk_soc` FOREIGN KEY (`fk_soc`) REFERENCES `llx_societe` (`rowid`)
KEY `idx_cabinetmed_cons_datecons` (`datecons`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

Expand Down

0 comments on commit 991f80a

Please sign in to comment.