Guest User

Untitled

a guest
Nov 12th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. drop table dbo.cs_UserToken;
  2. drop table dbo.cs_UserRole;
  3. drop table dbo.cs_UserLogin;
  4. drop table dbo.cs_UserLocation;
  5. drop table dbo.cs_UserClaim;
  6. drop table dbo.cs_User;
  7. drop table dbo.cs_SystemLog;
  8. drop table dbo.cs_SiteHost;
  9. drop table dbo.cs_Site;
  10. drop table dbo.cs_Role;
  11. drop table dbo.cs_PostComment;
  12. drop table dbo.cs_PostCategory;
  13. drop table dbo.cs_Post;
  14. drop table dbo.cs_PageResource;
  15. drop table dbo.cs_PageComment;
  16. drop table dbo.cs_PageCategory;
  17. drop table dbo.cs_Page;
  18. drop table dbo.cs_GeoZone;
  19. drop table dbo.cs_GeoCountry;
  20. drop table dbo.cs_ContentProject;
  21. drop table dbo.cs_ContentHistory;
  22. drop table dbo.__EFMigrationsHistory;
Add Comment
Please, Sign In to add comment