Skip to content

Commit

Permalink
update db snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ninianne98 committed Apr 20, 2024
1 parent b752f27 commit e90e1ae
Show file tree
Hide file tree
Showing 51 changed files with 1,360 additions and 297 deletions.
10 changes: 6 additions & 4 deletions CMSAdmin/Views/CmsAdmin/About.cshtml
Expand Up @@ -45,8 +45,8 @@
</h2>
<p>
<b>
Microsoft .NET Core 6, Microsoft MVC, Razor, Microsoft jQuery Unobtrusive Ajax,
AspNet Core Identity, and Entity Framework Core 7
Microsoft .NET Core, Microsoft MVC, Razor, Microsoft jQuery Unobtrusive Ajax,
AspNet Core Identity, and Entity Framework Core
</b> <br />
<a target="_blank" href="https://learn.microsoft.com/en-us/aspnet/core/mvc/overview?view=aspnetcore-8.0">https://learn.microsoft.com/en-us/aspnet/core/mvc/overview?view=aspnetcore-8.0</a> <br />
<a target="_blank" href="http://www.asp.net/identity">http://www.asp.net/identity</a> <br />
Expand Down Expand Up @@ -180,10 +180,12 @@
</p>
<p>
<b>TinyMCE</b> <br />
Copyright (c) <a target="_blank" href="https://www.tiny.cloud">Tiny Technologies</a>, Inc. All rights reserved. <br />
Copyright (c) <a target="_blank" href="https://www.tiny.cloud">Tiny Technologies</a>
(<a target="_blank" href="https://github.com/tinymce/tinymce/tree/release/5.10">GitHub</a>),
Inc. All rights reserved. <br />
Released under LGPL License. <br />
<br />
License: http://tinymce.moxiecode.com/license <br />
License: https://github.com/tinymce/tinymce/blob/release/5.10/LICENSE.TXT <br />
<br />
</p>

Expand Down
14 changes: 7 additions & 7 deletions CMSDataScripts/CMSDataScripts.sln
Expand Up @@ -3,20 +3,20 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "CMSDataScripts", "CMSDataScripts.sqlproj", "{4A3C4457-A513-4BC4-A6EA-D71AD7630A1E}"
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "CMSDataScripts", "CMSDataScripts.sqlproj", "{BE957D52-307D-4EBA-8B37-7016F8CD77E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A3C4457-A513-4BC4-A6EA-D71AD7630A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A3C4457-A513-4BC4-A6EA-D71AD7630A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A3C4457-A513-4BC4-A6EA-D71AD7630A1E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{4A3C4457-A513-4BC4-A6EA-D71AD7630A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A3C4457-A513-4BC4-A6EA-D71AD7630A1E}.Release|Any CPU.Build.0 = Release|Any CPU
{4A3C4457-A513-4BC4-A6EA-D71AD7630A1E}.Release|Any CPU.Deploy.0 = Release|Any CPU
{BE957D52-307D-4EBA-8B37-7016F8CD77E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE957D52-307D-4EBA-8B37-7016F8CD77E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE957D52-307D-4EBA-8B37-7016F8CD77E0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{BE957D52-307D-4EBA-8B37-7016F8CD77E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE957D52-307D-4EBA-8B37-7016F8CD77E0}.Release|Any CPU.Build.0 = Release|Any CPU
{BE957D52-307D-4EBA-8B37-7016F8CD77E0}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
71 changes: 57 additions & 14 deletions CMSDataScripts/CMSDataScripts.sqlproj
Expand Up @@ -63,33 +63,34 @@
<Folder Include="dbo\Stored Procedures\" />
</ItemGroup>
<ItemGroup>
<Build Include="dbo\Tables\membership_UserRole.sql" />
<Build Include="dbo\Tables\membership_UserLogin.sql" />
<Build Include="dbo\Tables\membership_UserClaim.sql" />
<Build Include="dbo\Tables\membership_User.sql" />
<Build Include="dbo\Tables\membership_Role.sql" />
<Build Include="dbo\Tables\carrot_WidgetData.sql" />
<Build Include="dbo\Tables\carrot_Widget.sql" />
<Build Include="dbo\Tables\carrot_UserSiteMapping.sql" />
<Build Include="dbo\Tables\carrot_UserData.sql" />
<Build Include="dbo\Tables\carrot_TrackbackQueue.sql" />
<Build Include="dbo\Tables\carrot_TextWidget.sql" />
<Build Include="dbo\Tables\carrot_TagContentMapping.sql" />
<Build Include="dbo\Tables\carrot_Sites.sql" />
<Build Include="dbo\Tables\carrot_SerialCache.sql" />
<Build Include="dbo\Tables\carrot_RootContentSnippet.sql" />
<Build Include="dbo\Tables\carrot_RootContent.sql" />
<Build Include="dbo\Tables\carrot_DataInfo.sql" />
<Build Include="dbo\Tables\carrot_ContentType.sql" />
<Build Include="dbo\Tables\carrot_ContentTag.sql" />
<Build Include="dbo\Tables\carrot_ContentSnippet.sql" />
<Build Include="dbo\Tables\carrot_ContentComment.sql" />
<Build Include="dbo\Tables\carrot_ContentCategory.sql" />
<Build Include="dbo\Tables\carrot_Content.sql" />
<Build Include="dbo\Tables\carrot_CategoryContentMapping.sql" />
<Build Include="dbo\Tables\AspNetUserTokens.sql" />
<Build Include="dbo\Tables\AspNetUsers.sql" />
<Build Include="dbo\Tables\AspNetUserRoles.sql" />
<Build Include="dbo\Tables\AspNetUserLogins.sql" />
<Build Include="dbo\Tables\AspNetUserClaims.sql" />
<Build Include="dbo\Tables\AspNetRoles.sql" />
<Build Include="dbo\Tables\AspNetRoleClaims.sql" />
<Build Include="dbo\Tables\AspNetCache.sql" />
<Build Include="dbo\Tables\__EFMigrationsHistory.sql" />
<Build Include="dbo\Views\vw_carrot_Widget.sql" />
<Build Include="dbo\Views\vw_carrot_UserData.sql" />
<Build Include="dbo\Views\vw_carrot_TrackbackQueue.sql" />
<Build Include="dbo\Views\vw_carrot_TagURL.sql" />
<Build Include="dbo\Views\vw_carrot_TagCounted.sql" />
<Build Include="dbo\Views\vw_carrot_EditorURL.sql" />
Expand All @@ -100,12 +101,54 @@
<Build Include="dbo\Views\vw_carrot_Comment.sql" />
<Build Include="dbo\Views\vw_carrot_CategoryURL.sql" />
<Build Include="dbo\Views\vw_carrot_CategoryCounted.sql" />
<Build Include="dbo\Views\vw_carrot_CalendarEventProfile.sql" />
<Build Include="dbo\Views\vw_carrot_CalendarEvent.sql" />
<Build Include="dbo\Stored Procedures\carrot_UpdateGoLiveLocal.sql" />
<Build Include="dbo\Stored Procedures\carrot_BlogMonthlyTallies.sql">
<QuotedIdentifier>Off</QuotedIdentifier>
</Build>
<Build Include="dbo\Stored Procedures\carrot_BlogDateFilenameUpdate.sql">
<QuotedIdentifier>Off</QuotedIdentifier>
</Build>
<Build Include="dbo\Stored Procedures\carrot_BlogMonthlyTallies.sql" />
<Build Include="dbo\Stored Procedures\carrot_BlogDateFilenameUpdate.sql" />
<Build Include="dbo\Tables\carrot_WidgetData.sql" />
<Build Include="dbo\Tables\carrot_Widget.sql" />
<Build Include="dbo\Tables\carrot_UserSiteMapping.sql" />
<Build Include="dbo\Tables\carrot_UserData.sql" />
<Build Include="dbo\Tables\carrot_TextWidget.sql" />
<Build Include="dbo\Tables\carrot_TagContentMapping.sql" />
<Build Include="dbo\Tables\carrot_Sites.sql" />
<Build Include="dbo\Tables\carrot_SerialCache.sql" />
<Build Include="dbo\Tables\carrot_RootContentSnippet.sql" />
<Build Include="dbo\Tables\carrot_RootContent.sql" />
<Build Include="dbo\Tables\carrot_ContentType.sql" />
<Build Include="dbo\Tables\carrot_ContentTag.sql" />
<Build Include="dbo\Tables\carrot_ContentSnippet.sql" />
<Build Include="dbo\Tables\carrot_ContentComment.sql" />
<Build Include="dbo\Tables\carrot_ContentCategory.sql" />
<Build Include="dbo\Tables\carrot_Content.sql" />
<Build Include="dbo\Tables\carrot_CategoryContentMapping.sql" />
<Build Include="dbo\Tables\AspNetUserTokens.sql" />
<Build Include="dbo\Tables\AspNetUsers.sql" />
<Build Include="dbo\Tables\AspNetUserRoles.sql" />
<Build Include="dbo\Tables\AspNetUserLogins.sql" />
<Build Include="dbo\Tables\AspNetUserClaims.sql" />
<Build Include="dbo\Tables\AspNetRoles.sql" />
<Build Include="dbo\Tables\AspNetRoleClaims.sql" />
<Build Include="dbo\Tables\AspNetCache.sql" />
<Build Include="dbo\Tables\__EFMigrationsHistory.sql" />
<Build Include="dbo\Views\vw_carrot_Widget.sql" />
<Build Include="dbo\Views\vw_carrot_UserData.sql" />
<Build Include="dbo\Views\vw_carrot_TagURL.sql" />
<Build Include="dbo\Views\vw_carrot_TagCounted.sql" />
<Build Include="dbo\Views\vw_carrot_EditorURL.sql" />
<Build Include="dbo\Views\vw_carrot_EditHistory.sql" />
<Build Include="dbo\Views\vw_carrot_ContentSnippet.sql" />
<Build Include="dbo\Views\vw_carrot_ContentChild.sql" />
<Build Include="dbo\Views\vw_carrot_Content.sql" />
<Build Include="dbo\Views\vw_carrot_Comment.sql" />
<Build Include="dbo\Views\vw_carrot_CategoryURL.sql" />
<Build Include="dbo\Views\vw_carrot_CategoryCounted.sql" />
<Build Include="dbo\Stored Procedures\carrot_UpdateGoLiveLocal.sql" />
<Build Include="dbo\Stored Procedures\carrot_BlogMonthlyTallies.sql" />
<Build Include="dbo\Stored Procedures\carrot_BlogDateFilenameUpdate.sql" />
</ItemGroup>
<ItemGroup>
<None Include="CarrotSqlSchemaCompare.scmp" />
</ItemGroup>
</Project>

0 comments on commit e90e1ae

Please sign in to comment.