• 此项目
    • 正在载入...
  • 登录

万伟斌 / product-project · 文件

转到一个项目

GitLab

  • 转到仪表盘
  • 项目
  • 活动
  • 文件
  • 提交
  • 管道 0
  • 构建 0
  • 图表
  • 里程碑
  • 问题 0
  • 合并请求 0
  • 成员
  • 标记
  • 维基
  • 派生
  • 网络
  • 创建新的问题
  • product-project
  • sku
  • migrations
  • 0004_remove_flow_auditor.py
  • 增加产品SKU审批
    68faf47d
    vanwhebin 在
    2020-11-05 19:10:17 +0800
    提交 浏览文件 »
0004_remove_flow_auditor.py 323 字节
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Generated by Django 3.1.1 on 2020-11-03 10:57

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('sku', '0003_auto_20201103_1818'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='flow',
            name='auditor',
        ),
    ]