Skip to content

Commit 8f3537d

Browse files
committed
Update legacy app with october delivery (data is not from october but before)
1 parent a390d2f commit 8f3537d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

db/build_db.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
DIR=$(echo $(dirname $0))
44
cd $DIR
55

6-
month="12"
7-
year_end="2024"
6+
month="06"
7+
year_end="2025"
88
min_year=2020
9-
max_year=2024
9+
max_year=2025
1010

1111
sudo -u postgres psql -c "DROP DATABASE IF EXISTS dvf_${year_end}${month};"
1212
sudo -u postgres psql -c "CREATE DATABASE dvf_${year_end}${month};"

static/js/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ vue.$watch('fold_left', function () {
2424

2525
// Définition des variables globales
2626

27-
var MIN_DATE = '2020-01-01'
28-
var MAX_DATE = '2024-12-31'
27+
var MIN_DATE = '2020-07-01'
28+
var MAX_DATE = '2025-06-30'
2929

3030
var map = null;
3131
var mapLoaded = false;

0 commit comments

Comments
 (0)