Improve database health status message

This commit is contained in:
2026-08-08 20:03:22 -05:00
parent d0790bad0a
commit 1f54a884a1
4 changed files with 51 additions and 15 deletions
+6 -6
View File
@@ -1,13 +1,13 @@
import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'
export const current = VersionInfo.of({
version: '0.1.2:0',
version: '0.1.3:0',
releaseNotes: {
en_US: 'Add a small browser interface for testing all todo operations.',
es_ES: 'Agrega una pequeña interfaz web para probar todas las operaciones de tareas.',
de_DE: 'gt eine kleine Browseroberfläche zum Testen aller Aufgabenoperationen hinzu.',
pl_PL: 'Dodaje mały interfejs przeglądarkowy do testowania wszystkich operacji na zadaniach.',
fr_FR: 'Ajoute une petite interface web pour tester toutes les opérations sur les tâches.',
en_US: 'Show a concise database readiness message in the service status.',
es_ES: 'Muestra un mensaje conciso sobre el estado de la base de datos.',
de_DE: 'Zeigt eine kurze Meldung zur Datenbankbereitschaft an.',
pl_PL: 'Wyświetla zwięzły komunikat o gotowości bazy danych.',
fr_FR: 'Affiche un message concis sur la disponibilité de la base de données.',
},
migrations: {
up: async () => {},