Skip to content

Commit 46e3ffc

Browse files
committed
Update timescaledb_init_macbook.sql
1 parent 9b6fd50 commit 46e3ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

universal-telemetry-software/deploy/timescaledb_init_macbook.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ END;
5656
$$;
5757

5858
-- ─────────────────────────────────────────────────────────────
59-
-- Season table — WFR26test (no preloaded data)
59+
-- Season table — wfr26test_base (matches TIMESCALE_TABLE env var + _base suffix)
6060
-- ─────────────────────────────────────────────────────────────
61-
SELECT create_season_table('WFR26test');
61+
SELECT create_season_table('wfr26test_base');
6262

6363
-- ─────────────────────────────────────────────────────────────
6464
-- Monitoring table

0 commit comments

Comments
 (0)