fix: SuperAdmin Improvements (#3733)
- Fix broken access tokens pages - Fix broken avatar images in the super admin users tab - Fix broken pagination links in super admin - Add agent bot tabs Fixes: #2021
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemovePlatformAppPermissibleAccessTokens < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
AccessToken.where(owner_type: 'PlatformAppPermissible').destroy_all
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user