import { VersionInfo } from '@start9labs/start-sdk' // System Status now shows a Storage section: database file size, email attachments, // backups, and disk free/total — so growth can be watched over time. Read-only, // best-effort (never fails the status call). No schema migration. export const v_0_1_0_63 = VersionInfo.of({ version: '0.1.0:63', releaseNotes: { en_US: [ 'System Status now shows storage usage: how much space the database, email attachments,', 'and backups are using, plus free disk on the server, so you can watch it grow over time.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })