Fix: users.geburtstag Migration robuster (PRAGMA table_info Check)
Statt try/except mit pass: PRAGMA table_info prüft ob Spalte existiert, loggt explizit ob hinzugefügt oder bereits vorhanden. SW by-v1032, APP_VER 1032
This commit is contained in:
parent
fc8d396247
commit
f0cf0f2243
4 changed files with 8 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1031'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1032'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
// Cache-Bust-Parameter nach Update-Reload sofort entfernen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue