namespace Campaign_Tracker.Server.LegacyData.Schema;
///
/// The approved snapshot of the legacy Access schema captured at initialization
/// (Story 1.7 AC #1). The compatibility check compares the live schema against
/// this baseline and reports any structural drift.
///
/// Sourced from Initial Documents/Access_Schema.txt at application startup
/// via .
///
public sealed record LegacySchemaBaseline(
IReadOnlyList Tables,
string Source,
DateTimeOffset CapturedAt);