Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 825fee94 authored by Saul Andre's avatar Saul Andre
Browse files

[GREEN] resolve migration

parent 89527e26
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.0.3 on 2020-04-23 06:50 # Generated by Django 3.0.3 on 2020-04-24 06:27
from django.db import migrations, models from django.db import migrations, models
...@@ -23,8 +23,8 @@ class Migration(migrations.Migration): ...@@ -23,8 +23,8 @@ class Migration(migrations.Migration):
name='Comment', name='Comment',
fields=[ fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('user', models.CharField(default='9a6f72795672439b9734c222cbd8c4ce', max_length=100)), ('user', models.CharField(default='04334640d6d8408aa42664381326224d', max_length=100)),
('profile', models.CharField(default='76035c', max_length=100)), ('profile', models.CharField(default='3a6d24', max_length=100)),
('comment', models.CharField(default='comments', max_length=150)), ('comment', models.CharField(default='comments', max_length=150)),
], ],
), ),
......
# Generated by Django 3.0.3 on 2020-04-24 05:54
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0010_auto_20200422_2206'),
]
operations = [
migrations.AlterField(
model_name='comment',
name='profile',
field=models.CharField(default='630e46', max_length=100),
),
migrations.AlterField(
model_name='comment',
name='user',
field=models.CharField(default='83aa2ff49f5c41bbb6fb911e3bc76b38', max_length=100),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment