Skip to content

Commit

Permalink
[BUGFIX] define alternative as text in tx_mkcontentai_domain_model_al…
Browse files Browse the repository at this point in the history
…t_text_logs

relates: #10
  • Loading branch information
twojtylak committed Dec 16, 2024
1 parent 0defb0f commit 3dbbbb5
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 3dbbbb5

Please sign in to comment.