From d9ed52fc239e3547eb99fe03bd296ab2808d2ebc Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 8 Apr 2024 16:31:44 -0500 Subject: wip: impl jwt handling --- migrations/20240321225523_init.down.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migrations/20240321225523_init.down.sql') diff --git a/migrations/20240321225523_init.down.sql b/migrations/20240321225523_init.down.sql index ec52e0b..1726abe 100644 --- a/migrations/20240321225523_init.down.sql +++ b/migrations/20240321225523_init.down.sql @@ -1 +1 @@ -DROP TABLE IF EXISTS "users"; +DROP TABLE IF EXISTS sessions, users; -- cgit v1.2.3-70-g09d2