mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Web-based check-in interface (#1985)
This commit is contained in:
18
src/pretix/base/migrations/0181_team_can_checkin_orders.py
Normal file
18
src/pretix/base/migrations/0181_team_can_checkin_orders.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.0.12 on 2021-03-29 08:12
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pretixbase', '0180_auto_20210324_1309'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='team',
|
||||
name='can_checkin_orders',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user