+ {data.bootstrap_required + ? "Initial database setup is required." + : `${data.pending_count} migration${data.pending_count > 1 ? "s" : ""} need to be applied.`} +
+ ++ Failed to load migration status. Please check your database connection. +
+All migrations have been applied!
++ Version: {migration.version} • {migration.file_path} +
+
+ {migration.sql_content}
+
+ You are currently running v{data.current}
++ {data?.check_error || "Failed to check for updates. Please try again later."} +
+