From 464111b5e0b0a5719b2c89d0533a1a40bfbc68ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 7 Aug 2018 11:04:56 +0200 Subject: [PATCH] Fix typo in sql schema --- web/typo3conf/ext/ep_products/ext_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/typo3conf/ext/ep_products/ext_tables.sql b/web/typo3conf/ext/ep_products/ext_tables.sql index 6c68241d..98bcc6b5 100644 --- a/web/typo3conf/ext/ep_products/ext_tables.sql +++ b/web/typo3conf/ext/ep_products/ext_tables.sql @@ -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' ); #