#4 - reset users

This commit is contained in:
2025-03-11 12:09:51 +02:00
parent 9bbda8d021
commit 79b0812a90
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- name: ResetUsers :exec
DELETE FROM users WHERE true;