Fix typo in sql schema

This commit is contained in:
Björn Fromme
2018-08-07 11:04:56 +02:00
parent f5109df302
commit 464111b5e0
+1 -1
View File
@@ -1113,7 +1113,7 @@ CREATE TABLE tx_epproducts_domain_model_reseller (
# Table structure for table 'sys_domain'
#
CREATE TABLE sys_domain (
tx_epproducts_reseller int(11) unsigned DEFAULT '0',
tx_epproducts_reseller int(11) unsigned DEFAULT '0'
);
#