From 46c40a53a569f5f27de016bc0215bf30dcdba1a5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 23 Oct 2025 23:36:36 -0700 Subject: feat(gateway:listeners): Add role persistence --- packages/gateway/prisma/migrations/migration_lock.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/gateway/prisma/migrations/migration_lock.toml (limited to 'packages/gateway/prisma/migrations/migration_lock.toml') diff --git a/packages/gateway/prisma/migrations/migration_lock.toml b/packages/gateway/prisma/migrations/migration_lock.toml new file mode 100644 index 0000000..044d57c --- /dev/null +++ b/packages/gateway/prisma/migrations/migration_lock.toml @@ -0,0 +1,3 @@ +# Please do not edit this file manually +# It should be added in your version-control system (e.g., Git) +provider = "postgresql" -- cgit v1.2.3