Edits history of script submission #250 for ' preview supabase event (supabase)'

  • deno
    One script reply has been approved by the moderators
    Ap­pro­ved
    export async function main(
      type: string,
      table: string,
      record: object,
      schema: string,
      old_record: object,
    ) {
      console.log("type", type);
      console.log("table", table);
      console.log("record", record);
      console.log("schema", schema);
      console.log("old_record", old_record);
      return {
        type,
        table,
        record,
        schema,
        old_record,
      };
    }
    

    Submitted by hugo697 382 days ago

  • deno
    export async function main(
      type: string,
      table: string,
      record: object,
      schema: string,
      old_record: object,
    ) {
      console.log("type", type);
      console.log("table", table);
      console.log("record", record);
      console.log("schema", schema);
      console.log("old_record", old_record);
      return {
        type,
        table,
        record,
        schema,
        old_record,
      };
    }
    

    Submitted by admin 1014 days ago

  • deno
    export async function main(
      type: string,
      table: string,
      record: object,
      schema: string,
      old_record: object,
    ) {
      console.log('type', type);
      console.log('table', table);
      console.log('record', record);
      console.log('schema', schema);
      console.log('old_record', old_record);
      return {
        type,
        table,
        record,
        schema,
        old_record,
      };
    }
    

    Submitted by mrl5 1249 days ago

  • deno
    export async function main(
      type: string,
      table: string,
      record: object,
      schema: string,
      old_record: string,
    ) {
      console.log('type', type);
      console.log('table', table);
      console.log('record', record);
      console.log('schema', schema);
      console.log('old_record', old_record);
      return {
        type,
        table,
        record,
        schema,
        old_record,
      };
    }
    

    Submitted by mrl5 1252 days ago