Skip to content

Commit

Permalink
Add missing accounts > User migration
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Jan 28, 2021
1 parent c492f3e commit b8feddb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions server/accounts/migrations/0013_auto_20210128_2317.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated by Django 2.2.17 on 2021-01-28 23:17

import accounts.models
from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('accounts', '0012_user_is_service_account'),
]

operations = [
migrations.AlterModelManagers(
name='user',
managers=[
('objects', accounts.models.UserManager()),
],
),
]

0 comments on commit b8feddb

Please sign in to comment.