Skip to content

Instantly share code, notes, and snippets.

@jasongaylord
Created November 12, 2018 18:22
Show Gist options
  • Save jasongaylord/9b36c7a8e09c5e9aa4edda5e4e7fadcf to your computer and use it in GitHub Desktop.
Save jasongaylord/9b36c7a8e09c5e9aa4edda5e4e7fadcf to your computer and use it in GitHub Desktop.
Drop All Cloudscribe Tables
drop table dbo.cs_UserToken;
drop table dbo.cs_UserRole;
drop table dbo.cs_UserLogin;
drop table dbo.cs_UserLocation;
drop table dbo.cs_UserClaim;
drop table dbo.cs_User;
drop table dbo.cs_SystemLog;
drop table dbo.cs_SiteHost;
drop table dbo.cs_Site;
drop table dbo.cs_Role;
drop table dbo.cs_PostComment;
drop table dbo.cs_PostCategory;
drop table dbo.cs_Post;
drop table dbo.cs_PageResource;
drop table dbo.cs_PageComment;
drop table dbo.cs_PageCategory;
drop table dbo.cs_Page;
drop table dbo.cs_GeoZone;
drop table dbo.cs_GeoCountry;
drop table dbo.cs_ContentProject;
drop table dbo.cs_ContentHistory;
drop table dbo.__EFMigrationsHistory;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment