[TYPO3-dam-devel] FYI #13017: tablename field in tx_dam_mm_ref to short (extbase)

Michiel Roos [netcreators] michiel at netcreators.com
Sun Dec 13 15:20:12 CET 2009


FYI

Type: bugfix

Branches: trunk, 1.1

BT Reference: http://bugs.typo3.org/view.php?id=13017

#13017: tablename field in tx_dam_mm_ref to short (extbase)


if i use the longer tablenames with extbase
(tx_blogexample_domain_model_person) the field tablename is to short
(30) 90 should be a save value and it works


Index: ext_tables.sql
===================================================================
--- ext_tables.sql	(revision 27294)
+++ ext_tables.sql	(working copy)
@@ -310,7 +310,7 @@
 CREATE TABLE tx_dam_mm_ref (
   uid_local int(11) DEFAULT '0' NOT NULL,
   uid_foreign int(11) DEFAULT '0' NOT NULL,
-  tablenames varchar(30) DEFAULT '' NOT NULL,
+  tablenames varchar(90) DEFAULT '' NOT NULL,
   ident text,
   sorting int(11) unsigned DEFAULT '0' NOT NULL,
   sorting_foreign int(11) unsigned DEFAULT '0' NOT NULL,


-- 

Met vriendelijke groet / Warm regards,


Michiel Roos
TYPO3 Developer
Certified TYPO3 Integrator

t. 06 458 7 8 9 10
w. netcreators.com
_____________________________________________
Netcreators: Open Source, Open Minds, Open People
_____________________________________________

TYPO3 Developer gezocht, lees de vacature online:
http://www.netcreators.com/bedrijf/vacatures-typo3-developer/


More information about the TYPO3-team-dam mailing list