initial commit
This commit is contained in:
18
migrations/0004_survey_nside.py
Normal file
18
migrations/0004_survey_nside.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.6 on 2025-03-02 16:37
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('axc_ul', '0003_alter_pixel_hpid'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='survey',
|
||||
name='nside',
|
||||
field=models.IntegerField(default=4096),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user