Skip to content

Commit

Permalink
[BUGFIX] Fix duplicate key name in tx_tinyurls_urls table
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Sep 2, 2016
1 parent 75e028e commit 3de1e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ CREATE TABLE tx_tinyurls_urls (
valid_until int(11) unsigned DEFAULT '0' NOT NULL,
PRIMARY KEY (uid),
KEY parent (pid),
KEY parent (target_url_hash),
KEY target_url_hash (target_url_hash),
UNIQUE KEY tinyurl (urlkey)
);

0 comments on commit 3de1e4e

Please sign in to comment.