spid_cie_oidc/authority/migrations/0007_stafftoken_expire_at.py
Similar blocks of code found in 2 locations. Consider refactoring.# Generated by Django 4.0.3 on 2022-03-20 10:53Similar blocks of code found in 2 locations. Consider refactoring. Similar blocks of code found in 2 locations. Consider refactoring.from django.db import migrations, modelsSimilar blocks of code found in 2 locations. Consider refactoring. Similar blocks of code found in 2 locations. Consider refactoring. Similar blocks of code found in 2 locations. Consider refactoring.class Migration(migrations.Migration):Similar blocks of code found in 2 locations. Consider refactoring. Similar blocks of code found in 2 locations. Consider refactoring. dependencies = [Similar blocks of code found in 2 locations. Consider refactoring. ('spid_cie_oidc_authority', '0006_stafftoken'),Similar blocks of code found in 2 locations. Consider refactoring. ]Similar blocks of code found in 2 locations. Consider refactoring. Similar blocks of code found in 2 locations. Consider refactoring. operations = [Similar blocks of code found in 2 locations. Consider refactoring. migrations.AddField(Similar blocks of code found in 2 locations. Consider refactoring. model_name='stafftoken',Similar blocks of code found in 2 locations. Consider refactoring. name='expire_at',Similar blocks of code found in 2 locations. Consider refactoring. field=models.DateTimeField(blank=True, null=True),Similar blocks of code found in 2 locations. Consider refactoring. ),Similar blocks of code found in 2 locations. Consider refactoring. ]