Skip to content

Commit

Permalink
[K6.4] Remove column bsky_app after the migrate process of socials info
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Nov 10, 2024
1 parent d76ceff commit 0d9ef78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/admin/install/kunena.install.upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@
versionname="Internal">
<query mode="silenterror">
ALTER TABLE `#__kunena_users`
DROP IF EXISTS `delicious`,
DROP IF EXISTS `bsky_app`;
DROP IF EXISTS `delicious`;
</query>
<phpfile name="6.4.0-2024-10-21_update_configuration"/>
<query mode="silenterror">ALTER TABLE `#__kunena_users` DROP `socialshare`;</query>
Expand Down Expand Up @@ -514,7 +513,7 @@
DROP IF EXISTS `ok`,
DROP IF EXISTS `pinterest`,
DROP IF EXISTS `reddit`,
DROP IF EXISTS `bluesky_app`;
DROP IF EXISTS `bsky_app`;
</query>
</version>
<version version="@kunenaversion@"
Expand Down

0 comments on commit 0d9ef78

Please sign in to comment.