Skip to content

Commit 4e92fa2

Browse files
Joomla 4 related fixes (#131)
* Task #172430 feat: Update JGive code to make Joomla 4 compatible * Task #172430 feat: Update JGive code to make Joomla 4 compatible * Task #172430 feat: Update JGive code to make Joomla 4 compatible * Task #172430 feat: Update JGive code to make Joomla 4 compatible * Task #139783 chore: Make TJ notification compatible with Joomla 4 * Task #173069 feat: Update infra extensions code used to make Joomla 4 compatible * Task #173069 feat: Update infra extensions code used in JGive to make Joomla 4 compatible * Task #173069 feat: Update infra extensions code used to make Joomla 4 compatible * Task #173069 feat: Update infra extensions code used to make Joomla 4 compatible * Task #173069 feat: Update infra extensions code used to make Joomla 4 compatible * Task #173069 feat: Update infra extensions code used to make Joomla 4 compatible * Task #173069 feat: Update infra extensions code used to make Joomla 4 compatible * Task #173069 feat: Update infra extensions code used in JGive to make Joomla 4 compatible * Task #173069 feat: Update infra extensions code used in JGive to make Joomla 4 compatible Co-authored-by: Deepa Gawade <[email protected]>
1 parent 708ebb6 commit 4e92fa2

File tree

1 file changed

+2
-2
lines changed
  • src/com_tjnotifications/admin/sql/updates/mysql

1 file changed

+2
-2
lines changed

src/com_tjnotifications/admin/sql/updates/mysql/3.0.0.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ ALTER TABLE `#__tjnotifications_subscriptions` CHANGE `created_on` `created_on`
5656
ALTER TABLE `#__tjnotifications_subscriptions` CHANGE `updated_on` `updated_on` datetime NULL DEFAULT NULL;
5757
ALTER TABLE `#__tjnotifications_subscriptions` CHANGE `checked_out` `checked_out` int(11) NOT NULL DEFAULT 0;
5858
ALTER TABLE `#__tjnotifications_subscriptions` CHANGE `params` `params` text DEFAULT NULL;
59-
ALTER TABLE `#__tjnotifications_subscriptions` CHANGE `address` `address` text DEFAULT NULL,
60-
ALTER TABLE `#__tjnotifications_subscriptions` CHANGE `device_id` `device_id` text DEFAULT NULL,
59+
ALTER TABLE `#__tjnotifications_subscriptions` CHANGE `address` `address` text DEFAULT NULL;
60+
ALTER TABLE `#__tjnotifications_subscriptions` CHANGE `device_id` `device_id` text DEFAULT NULL;

0 commit comments

Comments
 (0)