Skip to content
Snippets Groups Projects
Commit 82153d5e authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Removing unique constraint from sql

parent 78331c86
No related branches found
Tags 5.7.5
No related merge requests found
......@@ -37,7 +37,6 @@ CREATE TABLE tx_sgmail_domain_model_template (
template_name varchar(255) NOT NULL,
language varchar(30) NOT NULL,
content text DEFAULT '' NOT NULL,
CONSTRAINT uc_TemplateID UNIQUE (extension_key,template_name,language),
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
crdate int(11) unsigned DEFAULT '0' NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment