Skip to content

Commit

Permalink
DP-153 Microsoft SQL Server cannot be used for system database …
Browse files Browse the repository at this point in the history
- Fix migrations rollback
  • Loading branch information
yaroslavmo committed Feb 20, 2020
1 parent f63c7b7 commit 9db557a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function up()
public function down()
{
if (Schema::hasTable('gitlab_config') && Schema::hasColumn('gitlab_config', 'namespace')) {
Schema::table('script_config', function (Blueprint $t){
Schema::table('gitlab_config', function (Blueprint $t){
$t->dropColumn('namespace');
});
}
Expand Down

0 comments on commit 9db557a

Please sign in to comment.