Skip to content

Commit 1ed3642

Browse files
committed
add migration
1 parent b192ea5 commit 1ed3642

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 5.2.14 on 2026-07-02 21:57
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('tom_dataproducts', '0016_reduceddatum_instrument_reduceddatum_telescope_and_more'),
10+
]
11+
12+
operations = [
13+
migrations.AddField(
14+
model_name='spectroscopyreduceddatum',
15+
name='wavelength_unit',
16+
field=models.TextField(blank=True, default=''),
17+
),
18+
]

0 commit comments

Comments
 (0)