Skip to main content

max / makenotwork

305 B · 7 lines History Blame Raw
1 -- Remove download fingerprinting and streaming session tracking tables.
2 -- These tables were created in migration 051 but never populated —
3 -- the write paths were never implemented. Shelving the mechanism entirely.
4
5 DROP TABLE IF EXISTS download_fingerprints;
6 DROP TABLE IF EXISTS streaming_sessions;
7