Skip to content

Commit

Permalink
- removed everything in the cmn schema, tables / functions
Browse files Browse the repository at this point in the history
- worked the kinks out of the installer
  • Loading branch information
tcartwright committed Sep 5, 2021
1 parent 125cfb7 commit 807958a
Show file tree
Hide file tree
Showing 8 changed files with 106 additions and 670 deletions.
Binary file modified SqlServer.ClrCommon/Install.bat
Binary file not shown.
Binary file modified SqlServer.ClrCommon/Install.ps1
Binary file not shown.
11 changes: 1 addition & 10 deletions SqlServer.ClrCommon/SqlServer.ClrCommon.sqlproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@
<Folder Include="Aggregates" />
<Folder Include="Help" />
<Folder Include="Help\CustomHelp" />
<Folder Include="cmn\" />
<Folder Include="cmn\Tables\" />
<Folder Include="cmn\Functions\" />
<Folder Include="Security\" />
<Folder Include="Readmes" />
</ItemGroup>
Expand Down Expand Up @@ -155,17 +152,11 @@
</ItemGroup>
<ItemGroup>
<None Include="DebugScript.sql" />
<Build Include="cmn\Tables\Numbers.sql" />
<Build Include="cmn\Tables\DimDate.sql" />
<Build Include="cmn\Functions\F_TABLE_DATE.sql">
<AnsiNulls>Off</AnsiNulls>
<QuotedIdentifier>Off</QuotedIdentifier>
</Build>
<Build Include="Security\cmn.sql" />
<Build Include="Security\clr.sql" />
</ItemGroup>
<ItemGroup>
<None Include="setup-start.sql">
<None Include="drop-assembly.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
Loading

0 comments on commit 807958a

Please sign in to comment.