Skip to content

Instantly share code, notes, and snippets.

@natechadwick
Created August 21, 2013 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natechadwick/6300594 to your computer and use it in GitHub Desktop.
Save natechadwick/6300594 to your computer and use it in GitHub Desktop.
SQL to switch all "Folder Community" properties for all folders to "All Communities"
UPDATE CONTENTSTATUS SET COMMUNITYID=-1 WHERE objecttype =2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment