We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a390d2f commit 8f3537dCopy full SHA for 8f3537d
db/build_db.sh
@@ -3,10 +3,10 @@
3
DIR=$(echo $(dirname $0))
4
cd $DIR
5
6
-month="12"
7
-year_end="2024"
+month="06"
+year_end="2025"
8
min_year=2020
9
-max_year=2024
+max_year=2025
10
11
sudo -u postgres psql -c "DROP DATABASE IF EXISTS dvf_${year_end}${month};"
12
sudo -u postgres psql -c "CREATE DATABASE dvf_${year_end}${month};"
static/js/index.js
@@ -24,8 +24,8 @@ vue.$watch('fold_left', function () {
24
25
// Définition des variables globales
26
27
-var MIN_DATE = '2020-01-01'
28
-var MAX_DATE = '2024-12-31'
+var MIN_DATE = '2020-07-01'
+var MAX_DATE = '2025-06-30'
29
30
var map = null;
31
var mapLoaded = false;
0 commit comments