Skip to content

Commit

Permalink
minor: DB migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuoZhuoCrayon committed Jun 22, 2022
1 parent d284ece commit c9ce2be
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 3.2.4 on 2022-05-24 16:48

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("node_man", "0059_auto_20220415_2150"),
("node_man", "0060_auto_20220315_2044"),
]

operations = []

0 comments on commit c9ce2be

Please sign in to comment.