feat: 添加移除AssetUser Model的migrations

pull/6415/head
Bai 2021-07-12 10:28:29 +08:00 committed by 老广
parent f8f7ac0af5
commit 0fec70fe69
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Generated by Django 3.1.6 on 2021-07-12 02:25
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('assets', '0075_auto_20210705_1759'),
]
operations = [
migrations.DeleteModel(
name='AssetUser',
),
]