Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
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