Skip to content

Commit

Permalink
merge migrations, again
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Jun 9, 2020
1 parent 2801b9c commit 4fba502
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kolibri/core/device/migrations/0009_merge_20200608_1716.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.29 on 2020-06-09 00:16
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('device', '0008_merge_20200531_1829'),
('device', '0008_devicesettings_allow_other_browsers_to_connect'),
]

operations = [
]

0 comments on commit 4fba502

Please sign in to comment.