An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

feat(db): register V012 migration in runner

+4
+4
crates/relay/src/db/mod.rs
··· 74 74 version: 11, 75 75 sql: include_str!("migrations/V011__pending_shares.sql"), 76 76 }, 77 + Migration { 78 + version: 12, 79 + sql: include_str!("migrations/V012__oauth_token_endpoint.sql"), 80 + }, 77 81 ]; 78 82 79 83 /// Open a WAL-mode SQLite connection pool with a maximum of 1 connection.