functionsBundleHash top-level constant

String const functionsBundleHash

SHA-256 of the bundled Edge Function sources (all files across every slug in bundledFunctionSlugs, in deterministic order). After a successful deploy the app writes this value into _schema_meta.functions_hash on the user's Supabase; on sign-in a mismatch drives a "Dutato updates available" banner.

Implementation

const String functionsBundleHash =
    '303c9d2353890dfd3b5b5d22b4d1c30d8cd7aa8a5c225990bde82c01ddb2b570';