-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temp migration to test will be removed
- Loading branch information
1 parent
693d5c4
commit 53858a8
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
jwql/website/apps/jwql/migrations/0019_anomalies_brad_delete_me_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Generated by Django 4.1.7 on 2024-03-07 16:06 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('jwql', '0018_nircamclawstats_doy_nircamclawstats_total_bkg'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='anomalies', | ||
name='brad_delete_me', | ||
field=models.BooleanField(default=False), | ||
), | ||
migrations.AddField( | ||
model_name='nircamclawstats', | ||
name='brad_delete_monitor', | ||
field=models.BooleanField(default=False), | ||
), | ||
] |