backend/migrations/2025-06-03-123458_federated_instances/down.sql
Radical 4972aa37c4 feat: initial stuff for federation
this might all change completely but this is at least somewhat whats needed for federation
2025-06-04 20:11:24 +02:00

3 lines
96 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE federated_users;
DROP TABLE instances;