mirror of
https://github.com/pretix/pretix.git
synced 2026-09-15 16:34:42 +00:00
Remove field Seat.name
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.0.9 on 2020-08-24 07:29
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pretixbase', '0161_order_changes_retain_old_default'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='seat',
|
||||
name='name',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user