lock all stateful mutations

This commit is contained in:
2026-04-15 16:01:32 -06:00
parent f95e1e310d
commit 1da991d76d
14 changed files with 81 additions and 14 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE users ADD CONSTRAINT uq_users_phone UNIQUE (phone);