Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
lane-a-pipeline
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
server
/
migrations
/
082_drop_fingerprinting_tables.sql
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