-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9bec70
commit 1ca4746
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
|
||
# Dump for DSMR-reader v3.1 | ||
./manage.py migrate dsmr_api 0003_create_api_user | ||
./manage.py migrate dsmr_backend 0012_fix_email_from | ||
./manage.py migrate dsmr_backup 0007_remove_backupsettings_compress | ||
./manage.py migrate dsmr_consumption 0012_add_voltage_indexes | ||
./manage.py migrate dsmr_datalogger 0018_meterstatistics_no_autonow | ||
./manage.py migrate dsmr_frontend 0028_v3_0_fix_upgrade_redirect | ||
./manage.py migrate dsmr_mindergas 0005_schedule_mindergas_export | ||
./manage.py migrate dsmr_mqtt 0013_process_sleep | ||
./manage.py migrate dsmr_notification 0007_support_for_telegram | ||
./manage.py migrate dsmr_pvoutput 0002_pvoutput_latest_sync | ||
./manage.py migrate dsmr_stats 0013_all_time_low | ||
./manage.py migrate dsmr_weather 0006_schedule_weather_update |