The mighty, self-hostable Git server for the command line 🍦
1DROP TABLE IF EXISTS settings; 2 3DROP TABLE IF EXISTS user; 4 5DROP TABLE IF EXISTS public_key; 6 7DROP TABLE IF EXISTS repo; 8 9DROP TABLE IF EXISTS collab; 10 11