• This project
    • Loading...
  • Sign in

2020-1-CloudComputing / C_Team_KhuDrive

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • C_Team_KhuDrive
  • backend
  • api
  • migrations
  • 0007_auto_20200610_1217.py
  • 권주희's avatar
    implement copy item api · 4615d42d
    4615d42d
    권주희 authored 2020-06-10 21:22:41 +0900
0007_auto_20200610_1217.py 386 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Generated by Django 3.0.6 on 2020-06-10 12:17

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('api', '0006_auto_20200610_1209'),
    ]

    operations = [
        migrations.AlterField(
            model_name='item',
            name='updated_time',
            field=models.DateTimeField(null=True),
        ),
    ]