Skip to content

Commit 2362158

Browse files
committed
🗃️ remove unused unique constraint on cards table
1 parent 3f83ac1 commit 2362158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CREATE TABLE IF NOT EXISTS `cards` (
22
`id` INT AUTO_INCREMENT,
3-
`name` VARCHAR(32) NOT NULL UNIQUE,
3+
`name` VARCHAR(32) NOT NULL,
44
PRIMARY KEY(`id`)
55
);

0 commit comments

Comments
 (0)