Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task #174378 chore: Joomla 4 compatibility #351

Open
wants to merge 1 commit into
base: j4x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion administrator/sql/install.mysql.utf8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CREATE TABLE IF NOT EXISTS `#__tjfields_fields_value` (
`field_id` int(11) NOT NULL COMMENT 'Field table ID' DEFAULT 0,
`content_id` int(11) NOT NULL COMMENT 'client specific id' DEFAULT 0,
`value` text DEFAULT NULL,
`option_id` int(11) DEFAULT NULL DEFAULT 0,
`option_id` int(11) NOT NULL DEFAULT 0,
`user_id` int(11) NOT NULL DEFAULT 0,
`email_id` varchar(255) NOT NULL DEFAULT '',
`client` varchar(255) NOT NULL COMMENT 'client(eg com_jticketing.event)' DEFAULT '',
Expand Down