Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects

1606837631-fix conflict on database migration

Merged Fajrin Kingwijati requested to merge 1606837631-hotfix-migrations_conflict into master
2 files
+ 32
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 16
0
 
# -*- coding: utf-8 -*-
 
# Generated by Django 1.10.5 on 2019-10-05 12:26
 
from __future__ import unicode_literals
 
 
from django.db import migrations
 
 
 
class Migration(migrations.Migration):
 
 
dependencies = [
 
('core', '0014_feedback'),
 
('core', '0014_company_category'),
 
]
 
 
operations = [
 
]
Loading