Skip to content

Instantly share code, notes, and snippets.

@webbingstudio
Created August 25, 2016 11:39
Show Gist options
  • Save webbingstudio/9f83896fde5a1b8c4d871d7ef69d589f to your computer and use it in GitHub Desktop.
Save webbingstudio/9f83896fde5a1b8c4d871d7ef69d589f to your computer and use it in GitHub Desktop.
a-blog cmsのユーザーで「読者」権限を持つユーザーを一括削除する
DELETE FROM `acms_user` WHERE `user_auth` = 'subscriber'
@webbingstudio
Copy link
Author

取扱注意。プロフェッショナル・ユーザー数無制限ライセンスなどで、大量にユーザーを削除したいときに使用したSQL。関連するエントリーやワークローが一切ないことを確認してから作業すること。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment