Skip to content

Commit

Permalink
Fixed approval test
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jan 24, 2024
1 parent 2b5a47e commit bb0e624
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

[assembly: System.CLSCompliantAttribute(true)]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.Runtime.InteropServices.GuidAttribute("4f62ae2f-797b-488d-a71e-f27873167fa1")]

namespace DbUp.Oracle
{
[System.ObsoleteAttribute()]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

[assembly: System.CLSCompliantAttribute(true)]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.Runtime.InteropServices.GuidAttribute("4f62ae2f-797b-488d-a71e-f27873167fa1")]

namespace DbUp.Oracle
{
[System.ObsoleteAttribute()]
Expand Down

0 comments on commit bb0e624

Please sign in to comment.