From 9767a7e97aec790b601c24fda52ea3386ddd4f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 1 Oct 2019 13:25:49 +0200 Subject: [PATCH] Fix database field type not matching data --- public/typo3conf/ext/ep_products/ext_tables.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/typo3conf/ext/ep_products/ext_tables.sql b/public/typo3conf/ext/ep_products/ext_tables.sql index 0a780714..d29aaf2b 100644 --- a/public/typo3conf/ext/ep_products/ext_tables.sql +++ b/public/typo3conf/ext/ep_products/ext_tables.sql @@ -1029,8 +1029,7 @@ CREATE TABLE tx_epproducts_domain_model_badge title varchar(255) DEFAULT '' NOT NULL, subtitle varchar(255) DEFAULT '' NOT NULL, - link int(11) unsigned NOT NULL default '0', - page int(11) unsigned DEFAULT '0', + link varchar(255) DEFAULT '' NOT NULL, tstamp int(11) unsigned DEFAULT '0' NOT NULL, crdate int(11) unsigned DEFAULT '0' NOT NULL,