1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-15 19:42:08 +00:00

Properly handle json_array type removal

The `json_array` type was removed from DBAL v3, we should handle it using a migration to avoid error.
I've also added the remove type because we need it during migration.
This commit is contained in:
Jeremy Benoist 2022-12-21 10:57:38 +01:00
parent c9edd15bc5
commit cdd2185063
No known key found for this signature in database
GPG key ID: 7168D5DD29F38552
6 changed files with 114 additions and 4 deletions

View file

@ -128,6 +128,8 @@ class User extends BaseUser implements EmailTwoFactorInterface, GoogleTwoFactorI
private $googleAuthenticatorSecret;
/**
* @var array
*
* @ORM\Column(type="json", nullable=true)
*/
private $backupCodes;