From f99eec013a693db1b281781317086461dc31fe6a Mon Sep 17 00:00:00 2001 From: Pomog Date: Fri, 12 Jan 2024 22:56:31 +0200 Subject: [PATCH] DELETE admin --- .../20240112204933_add_user_to_user_table.postgres.down.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/20240112204933_add_user_to_user_table.postgres.down.sql b/migrations/20240112204933_add_user_to_user_table.postgres.down.sql index e69de29..c3a722c 100644 --- a/migrations/20240112204933_add_user_to_user_table.postgres.down.sql +++ b/migrations/20240112204933_add_user_to_user_table.postgres.down.sql @@ -0,0 +1 @@ +DELETE FROM users WHERE email = 'thoryur@gmail.com'; \ No newline at end of file