• This project
    • Loading...
  • Sign in

2020-1-capstone-design1 / LYG_Project2

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • LYG_Project2
  • 코드
  • file_server
  • file
  • migrations
  • 0003_auto_20200508_0938.py
  • 권주희's avatar
    add file_server, CCTedV, whatsUp code to project · b25abde9
    b25abde9
    권주희 authored 2020-06-14 17:18:44 +0900
0003_auto_20200508_0938.py 460 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# Generated by Django 3.0.6 on 2020-05-08 09:38

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('file', '0002_auto_20200508_0844'),
    ]

    operations = [
        migrations.RenameField(
            model_name='file',
            old_name='name',
            new_name='userName',
        ),
        migrations.RemoveField(
            model_name='file',
            name='version',
        ),
    ]