stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
80 stars 52 forks source link

Better Raw Footage Notes #67

Closed NimbusGD closed 2 months ago

NimbusGD commented 2 years ago

This pull request is incomplete, as I have not yet made any changes to the sqlx files. However, with the changes I have made, I am sending this anyways to make sure I'm on the right track.

stadust commented 2 years ago

Mh, upon thinking about this some more, maybe it would be better to have a raw_footage: Option<String> field in FullRecord instead, and store the raw footage in a raw_footage TEXT NULL DEFAULT NULL column in the records table?

stadust commented 2 months ago

subsumed by #151