perf: 去掉 connect token endpoint protocol

This commit is contained in:
ibuler
2022-11-29 21:41:33 +08:00
parent dd207016b2
commit 44ee80b05a
5 changed files with 42 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 3.2.14 on 2022-11-29 13:27
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('authentication', '0018_connectiontoken_endpoint_protocol'),
]
operations = [
migrations.RemoveField(
model_name='connectiontoken',
name='endpoint_protocol',
),
]