• 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
  • 0009_auto_20200611_0240.py
  • 하재연's avatar
    auth modified · 30a63633
    30a63633
    하재연 authored 2020-06-11 04:54:42 +0900
0009_auto_20200611_0240.py 493 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.7 on 2020-06-10 17:40

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('api', '0008_item_file_type'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='user',
            name='id',
        ),
        migrations.AlterField(
            model_name='user',
            name='int_id',
            field=models.AutoField(primary_key=True, serialize=False),
        ),
    ]