Skip to content

Commit

Permalink
Problem with doctrine (#86)
Browse files Browse the repository at this point in the history
Setting that unsigned:true makes that doctrine always try to change the schema (also when no changes it's performed). Seems related to: https://stackoverflow.com/questions/31339328/symfony2-doctrineschemaupdate-keeps-updating
  • Loading branch information
Gonzalo1987 authored and DamienHarper committed Sep 18, 2019
1 parent 5674dca commit 6c4ffd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DoctrineAuditBundle/Helper/AuditHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ public function getAuditTableColumns(): array
'options' => [
'default' => null,
'notnull' => false,
'unsigned' => true,
],
],
'blame_user' => [
Expand Down

0 comments on commit 6c4ffd4

Please sign in to comment.