Skip to content

Commit

Permalink
Prep v5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 26, 2024
1 parent 578b972 commit 2dc82be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Current release series
:depth: 1


v5.11.0 - xxxxxxxx 2024
-----------------------
v5.11.0 - January 2024
----------------------

- ``Fixed`` Bugfix for Archive which was causing the electricity returned meter positions to be displayed at all times.
- ``Fixed`` [`#1767 <https://github.com/dsmrreader/dsmr-reader/issues/1767>`_] Slightly alter debug info for unsupported database engines.
Expand Down
17 changes: 17 additions & 0 deletions dsmrreader/provisioning/downgrade/v5.11.0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env bash

# Dump for DSMR-reader v5.11.0
./manage.py migrate dsmr_api 0003_create_api_user
./manage.py migrate dsmr_backend 0015_backend_restart_required
./manage.py migrate dsmr_backup 0017_backup_interval_in_days
./manage.py migrate dsmr_consumption 0021_schedule_quarter_hour_peaks_calculation
./manage.py migrate dsmr_datalogger 0033_fix_retention_intervals
./manage.py migrate dsmr_dropbox 0001_schedule_dropbox
./manage.py migrate dsmr_frontend 0050_sorted_graphs_names
./manage.py migrate dsmr_influxdb 0006_influxdb_settings_field_size
./manage.py migrate dsmr_mindergas 0005_schedule_mindergas_export
./manage.py migrate dsmr_mqtt 0021_quarter_hour_peak_mqtt
./manage.py migrate dsmr_notification 0008_dummy_notification_provider
./manage.py migrate dsmr_pvoutput 0004_pvoutput_setting_refactoring
./manage.py migrate dsmr_stats 0020_day_statistics_fix_total_gas_consumption_retroactive
./manage.py migrate dsmr_weather 0006_schedule_weather_update

0 comments on commit 2dc82be

Please sign in to comment.