about summary refs log tree commit diff
path: root/db/migrate/20180410220657_create_bookmarks.rb
AgeCommit message (Collapse)Author
2023-04-09Fix most rubocop issues (#2165)Claire
* Run rubocop --autocorrect on app/, config/ and lib/, also manually fix some remaining style issues * Run rubocop --autocorrect-all on db/ * Run rubocop --autocorrect-all on `spec/` and fix remaining issues
2019-11-20Add documentation about the migration hackThibaut Girka
2019-05-30Fix old migrations failing because of new version of `strong_migrations`Thibaut Girka
2018-04-11Add backend support for bookmarksThibaut Girka
Bookmarks behave like favourites, except they aren't shared with other users and do not have an associated counter.