UPDATE
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("sensor_data", "0004_alter_sensordata_location"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name="SensorDataHistory",
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user