Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-05-22 14:56:26 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
9d3f329bc9b2c3b1f11f7710bb07bfcb56fdac4c
9d3f329b
1 parent
bd00a03e
Fixed missing column drop on migration rollback
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
database/migrations/2016_04_20_192649_create_joint_permissions_table.php
database/migrations/2016_04_20_192649_create_joint_permissions_table.php
View file @
9d3f329
...
...
@@ -97,6 +97,7 @@ class CreateJointPermissionsTable extends Migration
Schema
::
table
(
'roles'
,
function
(
Blueprint
$table
)
{
$table
->
dropColumn
(
'system_name'
);
$table
->
dropColumn
(
'hidden'
);
});
}
}
...
...
Please
register
or
sign in
to post a comment