Conversation
Qodana for JSIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
|
@bidi47 can you fix the missing DCO ? |
|
I would like to see a test to cover this ? |
Signed-off-by: bidi <bidi@apidemia.com>
Signed-off-by: bidi <bidi@apidemia.com>
Signed-off-by: bidi <bidi@apidemia.com>
Signed-off-by: bidi <bidi@apidemia.com>
Signed-off-by: bidi <bidi@apidemia.com>
Signed-off-by: bidi <bidi@apidemia.com>
|
where is the migration file ? |
|
i tested with this migration |
|
Now we need this migration for Postgresql .. |
|
what we are missing here is the definition of Enum for |
The isCrawler property uses the existing YesNoEnum type as the isMobile property: #[ORM\Column(type: 'yes_no_enum', nullable: true, enumType: YesNoEnum::class)]
protected YesNoEnum $isMobile = YesNoEnum::No; #[ORM\Column(type: 'yes_no_enum', nullable: true, enumType: YesNoEnum::class)]
protected YesNoEnum $isCrawler = YesNoEnum::No; |

No description provided.