notebooks: stars support
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.