Skip to content

Commit 29d860d

Browse files
committed
Add PremiumRS value to DatabaseEdition enum
1 parent 417acea commit 29d860d

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)