Skip to content

Commit

Permalink
[K6.3] Change the date to make working the query to change twitter to X
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Jun 21, 2024
1 parent 7c95488 commit 0e24882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/admin/install/kunena.install.upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@
</query>
<query mode="silenterror">ALTER TABLE `#__kunena_users` ADD `bsky_app` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `reddit`;</query>
</version>
<version version="6.3.0-DEV"
versiondate="2024-01-21"
<version version="6.3.2-DEV"
versiondate="2024-06-21"
versionname="Internal">
<query mode="silenterror">
ALTER TABLE `#__kunena_users` CHANGE `twitter` `x_social` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;
Expand Down

0 comments on commit 0e24882

Please sign in to comment.