pub const EXPECTED_TABLES: &[&str] = &[
"account",
"accounts",
"admin_audit_logs",
"api_keys",
"apikey",
"athena_clients",
"audit_log",
"audit_log_files",
"chat_message_attachments",
"chat_message_reactions",
"chat_messages",
"chat_outbox",
"chat_room_members",
"chat_rooms",
"chat_session_auth_log",
"email_event_types",
"email_send_failures",
"email_templates",
"emails",
"event_log_files",
"file_permissions",
"files",
"invitation",
"ip_profiles",
"member",
"oauth_clients",
"organization",
"passkeys",
"s3",
"s3_credentials",
"s3_url_cache",
"session_ip_profiles",
"sessions",
"storage_audit_events",
"two_factor",
"user_permission_scopes",
"users",
"verifications",
];
pub(crate) const DEFAULT_POSTGRES_IMAGE: &str = "postgres:16-alpine";
pub(crate) const DEFAULT_INSTANCE_HOST: &str = "127.0.0.1";
pub(crate) const DEFAULT_STARTUP_TIMEOUT_SECS: u64 = 60;
pub(crate) const DEFAULT_NEON_API_BASE_URL: &str = "https://console.neon.tech/api/v2";
pub(crate) const DEFAULT_RAILWAY_GRAPHQL_URL: &str = "https://backboard.railway.app/graphql/v2";
pub(crate) const DEFAULT_RENDER_API_BASE_URL: &str = "https://api.render.com/v1";