feat: github & google login

This commit is contained in:
Elias Renman
2025-03-20 10:09:57 +01:00
parent 02a35cc555
commit 6361532c1e
23 changed files with 1664 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
-- This file should undo anything in `up.sql`
DROP TRIGGER urls_update_at_trigger;
DROP TRIGGER IF EXISTS urls_update_at_trigger;
DROP TABLE urls;