Skip to content

Commit

Permalink
Add deprecation annotation to SQLServer2012Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Nov 30, 2021
1 parent 96c4e1e commit 2b4298c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Platforms/SQLServer2012Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
/**
* Provides the behavior, features and SQL dialect of the Microsoft SQL Server database platform
* of the oldest supported version.
*
* @deprecated Use {@see SQLServerPlatform} instead.
*/
class SQLServer2012Platform extends SQLServerPlatform
{
Expand Down

0 comments on commit 2b4298c

Please sign in to comment.