-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ class BaseYii | |
*/ | ||
public static function getVersion() | ||
{ | ||
return '2.0.43-dev'; | ||
return '2.0.43'; | ||
} | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* See [[SchemaBuilderTrait]] for more detailed description and usage examples. | ||
* | ||
* @property array $categoryMap mapping of abstract column types (keys) to type categories (values). (since version 2.0.8) | ||
* @property array $categoryMap Mapping of abstract column types (keys) to type categories (values). | ||
* | ||
* @author Vasenin Matvey <[email protected]> | ||
* @since 2.0.6 | ||
|
@@ -108,8 +108,6 @@ class ColumnSchemaBuilder extends BaseObject | |
Schema::TYPE_BOOLEAN => self::CATEGORY_NUMERIC, | ||
Schema::TYPE_MONEY => self::CATEGORY_NUMERIC, | ||
]; | ||
|
||
|
||
/** | ||
* @var \yii\db\Connection the current database connection. It is used mainly to escape strings | ||
* safely when building the final column schema string. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters