Skip to content

Commit

Permalink
Merge pull request #11 from twojtylak/fix/define-alternative-column-a…
Browse files Browse the repository at this point in the history
…s-text

[BUGFIX] define alternative as text in tx_mkcontentai_domain_model_al…
  • Loading branch information
hannesbochmann authored Dec 16, 2024
2 parents 0defb0f + 3dbbbb5 commit e6e1799
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 @@ -2,7 +2,7 @@ CREATE TABLE tx_mkcontentai_domain_model_alt_text_logs
(
uid int(11) NOT NULL auto_increment,
pid int(11) DEFAULT '0' NOT NULL,
alternative varchar(255) NOT NULL DEFAULT '',
alternative text,
table_name varchar(50) NOT NULL DEFAULT '',
sys_file_metadata int(11) unsigned DEFAULT '0',
PRIMARY KEY (uid)
Expand Down

0 comments on commit e6e1799

Please sign in to comment.