Skip to content

Commit

Permalink
Removing unused enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
splatteredbits committed May 3, 2023
1 parent cccdca2 commit 2e05eaf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Rivet/Rivet.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ class Rivet_Session
[Rivet.Configuration.Database] $CurrentDatabase
}

enum Rivet_QueryKeyword
{
Default = 1
}

$RivetSchemaName = 'rivet'
$RivetMigrationsTableName = 'Migrations'
$RivetMigrationsTableFullName = "[$($RivetSchemaName)].[$($RivetMigrationsTableName)]"
Expand Down

0 comments on commit 2e05eaf

Please sign in to comment.