You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back in #65, implementation of the .gh-repo command swapped the channel and key arguments to set_channel_value and friends. Since this plugin consistently uses the incorrect order, this hasn't been a problem; it just looks weird if one examines the DB directly.
Still, this should probably get fixed with some form of automatic migration. We can set a flag using plugin_values to indicate whether the migration has been run, too, now that such a feature exists in core.
The text was updated successfully, but these errors were encountered:
Back in #65, implementation of the
.gh-repo
command swapped the channel and key arguments toset_channel_value
and friends. Since this plugin consistently uses the incorrect order, this hasn't been a problem; it just looks weird if one examines the DB directly.Still, this should probably get fixed with some form of automatic migration. We can set a flag using
plugin_values
to indicate whether the migration has been run, too, now that such a feature exists in core.The text was updated successfully, but these errors were encountered: