Skip to content

Commit

Permalink
[TASK] Increase database field size of tx_lux_domain_model_attribute.…
Browse files Browse the repository at this point in the history
…value

to be able to store even larger values
  • Loading branch information
einpraegsam committed Aug 1, 2024
1 parent 071da7f commit 7efc083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ CREATE TABLE tx_lux_domain_model_attribute (
visitor int(11) DEFAULT '0' NOT NULL,

name varchar(255) DEFAULT '' NOT NULL,
value varchar(255) DEFAULT '' NOT NULL,
value text DEFAULT '' NOT NULL,

tstamp int(11) unsigned DEFAULT '0' NOT NULL,
crdate int(11) unsigned DEFAULT '0' NOT NULL,
Expand Down

0 comments on commit 7efc083

Please sign in to comment.