this might all change completely but this is at least somewhat whats needed for federation
3 lines
96 B
SQL
3 lines
96 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE federated_users;
|
|
DROP TABLE instances;
|