-
Notifications
You must be signed in to change notification settings - Fork 95
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
4619065
commit 24b14fc
Showing
3 changed files
with
17 additions
and
1 deletion.
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
Binary file not shown.
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,16 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Dump for DSMR-reader v4.12.0 | ||
./manage.py migrate dsmr_api 0003_create_api_user | ||
./manage.py migrate dsmr_backend 0015_backend_restart_required | ||
./manage.py migrate dsmr_backup 0012_increase_dropbox_token_length | ||
./manage.py migrate dsmr_consumption 0018_allow_inversed_fixed_costs | ||
./manage.py migrate dsmr_datalogger 0030_override_telegram_timestamp | ||
./manage.py migrate dsmr_frontend 0043_default_color_update_tariff_2 | ||
./manage.py migrate dsmr_influxdb 0004_client_settings_update | ||
./manage.py migrate dsmr_mindergas 0005_schedule_mindergas_export | ||
./manage.py migrate dsmr_mqtt 0018_mqtt_always_reconnect | ||
./manage.py migrate dsmr_notification 0008_dummy_notification_provider | ||
./manage.py migrate dsmr_pvoutput 0002_pvoutput_latest_sync | ||
./manage.py migrate dsmr_stats 0015_fixed_daily_cost | ||
./manage.py migrate dsmr_weather 0006_schedule_weather_update |