Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kape
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PMPL
Class Project
Kape
Merge requests
!10
1606837631-fix conflict on database migration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
1606837631-fix conflict on database migration
1606837631-hotfix-migrations_conflict
into
master
Overview
0
Commits
4
Pipelines
2
Changes
2
Merged
Fajrin Kingwijati
requested to merge
1606837631-hotfix-migrations_conflict
into
master
5 years ago
Overview
0
Commits
4
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
43ee22fd
5 years ago
master (base)
and
latest version
latest version
77d84ba2
4 commits,
5 years ago
version 1
43ee22fd
1 commit,
5 years ago
2 files
+
32
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
core/migrations/0015_merge_20191005_1926.py
0 → 100644
+
16
−
0
Options
# -*- 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