This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
|
# Generated by Django 3.1.2 on 2020-10-14 08:32
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("passbook_outposts", "0006_auto_20201003_2239"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name="outpost",
|
|
name="channels",
|
|
),
|
|
]
|