Skip to content

Commit

Permalink
Update knihoven, oprava migrací (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Sep 16, 2022
1 parent 30e3f5e commit 475559f
Show file tree
Hide file tree
Showing 6 changed files with 1,335 additions and 1,498 deletions.
2 changes: 1 addition & 1 deletion app/Model/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class User
/**
* Uživatelské jméno skautIS.
*/
#[ORM\Column(type: 'string', unique: true, nullable: true, options: ['collation' => 'utf8_bin'])]
#[ORM\Column(type: 'string', unique: true, nullable: true, options: ['collation' => 'utf8mb4_bin'])]
protected ?string $username = null;

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vojtys/nette-forms-gpspicker": "dev-master",
"contributte/recaptcha": "^3.4",

"ublaboo/datagrid": "6.9.2",
"ublaboo/datagrid": "^6.9",
"ublaboo/mailing": "^1.2",

"jms/serializer": "^3.17",
Expand Down
Loading

0 comments on commit 475559f

Please sign in to comment.