This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-08-26 06:15:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
framework
/
rbac
/
migrations
History
Alexey Rogachev
fb8fd66a08
Fixes
#12939
: Hard coded table names for MSSQL in RBAC migration
2016-11-08 23:44:09 +03:00
..
m140506_102106_rbac_init.php
Fixes
#12939
: Hard coded table names for MSSQL in RBAC migration
2016-11-08 23:44:09 +03:00
schema-mssql.sql
Changed
type
column type from
int
to
smallInt
in RBAC migrations
2016-11-05 21:19:50 +02:00
schema-mysql.sql
Changed
type
column type from
int
to
smallInt
in RBAC migrations
2016-11-05 21:19:50 +02:00
schema-oci.sql
Changed
type
column type from
int
to
smallInt
in RBAC migrations
2016-11-05 21:19:50 +02:00
schema-pgsql.sql
Changed
type
column type from
int
to
smallInt
in RBAC migrations
2016-11-05 21:19:50 +02:00
schema-sqlite.sql
Changed
type
column type from
int
to
smallInt
in RBAC migrations
2016-11-05 21:19:50 +02:00