Skip to content
Snippets Groups Projects
Verified Commit 73af669f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add missing migration

parent 93534a92
No related branches found
No related tags found
No related merge requests found
Pipeline #134774 failed
# Generated by Django 4.1.9 on 2023-06-17 18:42
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
("sites", "0002_alter_domain_unique"),
("kort", "0016_card_last_read_counter"),
]
operations = [
migrations.AddField(
model_name="cardprinter",
name="oauth2_client_secret",
field=models.CharField(blank=True, max_length=255, verbose_name="OAuth2 client secret"),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment