• 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
  • 0003_auto_20200606_0817.py
  • 권주희's avatar
    implement share API by item_id · e3201e7d
    e3201e7d
    권주희 authored 2020-06-06 17:37:47 +0900
0003_auto_20200606_0817.py 363 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-06 08:17

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('api', '0002_auto_20200605_1851'),
    ]

    operations = [
        migrations.RenameField(
            model_name='shareditem',
            old_name='valid',
            new_name='expires',
        ),
    ]