Skip to content

notebooks: stars support

Warren Gifford requested to merge rn/notebook-stars-store into main

Created by: novoselrok

This PR prepares the database for notebook stars. It adds a many-to-many table notebook_stars which will contain unique notebook/user pairs (and a created_at timestamp). To get the number of stars for a particular notebook, we count the number of entries in the notebook_stars table for that notebook.

Merge request reports

Loading