UPDATE
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.15 on 2026-03-27 08:40
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dashboard_data', '0002_ndvi_observation'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameIndex(
|
||||
model_name='dashboardcardsnapshot',
|
||||
new_name='dashboard_d_sensor__2620a3_idx',
|
||||
old_name='dashboard_d_sensor__c0a279_idx',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user