Fix: ki_health_reports ALTER TABLE user_id Migration, INSERT try/catch, Bericht immer zurückgeben (SW by-v807)
This commit is contained in:
parent
0b06669635
commit
891e11df65
6 changed files with 24 additions and 16 deletions
|
|
@ -96,9 +96,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=806">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=806">
|
||||
<link rel="stylesheet" href="/css/components.css?v=806">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=807">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=807">
|
||||
<link rel="stylesheet" href="/css/components.css?v=807">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -578,10 +578,10 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=806"></script>
|
||||
<script src="/js/ui.js?v=806"></script>
|
||||
<script src="/js/app.js?v=806"></script>
|
||||
<script src="/js/worlds.js?v=806"></script>
|
||||
<script src="/js/api.js?v=807"></script>
|
||||
<script src="/js/ui.js?v=807"></script>
|
||||
<script src="/js/app.js?v=807"></script>
|
||||
<script src="/js/worlds.js?v=807"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue