Improve database health status message
This commit is contained in:
@@ -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: 'Fü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 () => {},
|
||||
|
||||
Reference in New Issue
Block a user