Skip to content

v0.4.15

Choose a tag to compare

@github-actions github-actions released this 03 Sep 22:05
· 22 commits to main since this release

0.4.15

Patch Changes

  • c5a5b5d: The migration folder survives being applied twice. 0000_init.sql created every table, index and
    policy without a guard, so a replay — which drizzle performs the moment any file in the folder is
    edited — threw on the first table and stopped the chat service, and the realtime gateway with
    it, from starting. Three tests now guard the module: the folder applied twice to a database created
    from nothing, a cross-tenant probe under a role that cannot bypass row-level security, and the
    permission matrix blessed in full.