Antenna icon indicating copy to clipboard operation
Antenna copied to clipboard

PLATFORM_DOMAIN 域名大于32位会导致dnsconfig表无法创建

Open Explorer1092 opened this issue 2 years ago • 1 comments

建议:将下方的 max_length 改为255

('value', models.CharField(blank=True, help_text='配置内容', max_length=32, null=True)),

https://github.com/wuba/Antenna/blob/main/modules/config/migrations/0001_initial.py#L20

Explorer1092 avatar Aug 01 '23 15:08 Explorer1092

下一版搞

bios000 avatar Nov 22 '23 03:11 bios000