Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 7b7781e

Browse files
committed
ENH: refs #0278. Removing the unique key from 3.0.1.sql
1 parent 7858b88 commit 7b7781e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/database/mysql/3.0.1.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CREATE TABLE IF NOT EXISTS `assetstore` (
2525
`path` varchar(512) NOT NULL,
2626
`type` tinyint(4) NOT NULL,
2727
PRIMARY KEY (`assetstore_id`),
28-
UNIQUE KEY `path` (`path`,`type`)
2928
) DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
3029

3130

0 commit comments

Comments
 (0)