Skip to content

Commit

Permalink
add miising migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Nov 24, 2021
1 parent d60e9e3 commit b3dba53
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/dashboard/migrations/0195_auto_20211124_0639.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.2.24 on 2021-11-24 06:39

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0194_auto_20211029_1748'),
]

operations = [
migrations.AlterModelOptions(
name='searchhistory',
options={'verbose_name_plural': 'Search History'},
),
]
17 changes: 17 additions & 0 deletions app/grants/migrations/0128_auto_20211124_0639.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.2.24 on 2021-11-24 06:39

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('grants', '0127_auto_20211029_0913'),
]

operations = [
migrations.AlterModelOptions(
name='grantcollection',
options={'get_latest_by': 'created_on'},
),
]

0 comments on commit b3dba53

Please sign in to comment.