Skip to content

Commit d689f28

Browse files
authored
Merge pull request #3092 from hshihMS/dev
Add PremiumRS value to DatabaseEdition enum
2 parents 4c9e0a9 + 29d860d commit d689f28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ResourceManager/Sql/Commands.Sql/Database/Model/DatabaseEdition.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ public enum DatabaseEdition
5353
/// Free database edition. Reserved for special use cases/scenarios.
5454
/// </summary>
5555
Free = 8,
56+
57+
/// <summary>
58+
/// A database PremiumRS edition
59+
/// </summary>
60+
PremiumRS = 9,
5661
}
5762
}
5863

0 commit comments

Comments
 (0)