remove non admin user

This commit is contained in:
Ruben Fiszel
2022-08-16 21:00:11 +02:00
parent 5317ecd58e
commit bc50b51cf9
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,2 @@
-- Add up migration script here
DELETE FROM password WHERE email = 'user@windmill.dev' OR email = 'ruben@windmill.dev';