prototype indexer implementation
This commit is contained in:
23
migrations/0002_gaiasource_healpix_nested_index_and_more.py
Normal file
23
migrations/0002_gaiasource_healpix_nested_index_and_more.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.1.1 on 2024-09-11 11:13
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('GaiaDBInterface', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='gaiasource',
|
||||
name='healpix_nested_index',
|
||||
field=models.BigIntegerField(blank=True, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='gaiasource',
|
||||
name='healpix_ring_index',
|
||||
field=models.BigIntegerField(blank=True, null=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user