mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 10:18:56 +02:00
Fixed new permission migration for SQLite
This commit is contained in:
parent
aabe3876a7
commit
1c12174cd9
2 changed files with 39 additions and 2 deletions
|
@ -25,7 +25,7 @@ final class PermissionData implements \JsonSerializable
|
|||
* permission => [
|
||||
* operation => value,
|
||||
* ]
|
||||
* @ORM\Column(type="json", name="data")
|
||||
* @ORM\Column(type="json", name="data", options={"default": "[]"})
|
||||
*/
|
||||
protected ?array $data = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue