Fix/sonarqube critical major debt #11
+1
-2
@@ -4,7 +4,7 @@ namespace Strata.SqlTools.SqlBreakdown.Enums.SQL;
|
||||
/// Specifies the type of SQL constraint.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ConstraintType
|
||||
public enum ConstraintTypes
|
||||
{
|
||||
/// <summary>
|
||||
/// Default value constraint.
|
||||
@@ -36,4 +36,3 @@ public enum ConstraintType
|
||||
/// </summary>
|
||||
All = 31
|
||||
}
|
||||
|
||||
+1
-2
@@ -4,7 +4,7 @@ namespace Strata.SqlTools.SqlBreakdown.Enums.SQL;
|
||||
/// Specifies the type of SQL trigger.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum TriggerType
|
||||
public enum TriggerTypes
|
||||
{
|
||||
/// <summary>
|
||||
/// Trigger fires after the action.
|
||||
@@ -21,4 +21,3 @@ public enum TriggerType
|
||||
/// </summary>
|
||||
Both = 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user