doubaniux / boofilsic

Mark the things you love.
GNU Affero General Public License v3.0
116 stars 44 forks source link

add all NeoDB features to NiceDB #115

Closed alphatownsman closed 2 years ago

alphatownsman commented 2 years ago

Check List

Migration Steps

update books_bookmark set visibility = 2 where is_private = true;
update movies_moviemark set visibility = 2 where is_private = true;
update games_gamemark set visibility = 2 where is_private = true;
update music_albummark set visibility = 2 where is_private = true;
update music_songmark set visibility = 2 where is_private = true;
doubaniux commented 2 years ago

It is amazing that there is no conflict 👀

alphatownsman commented 2 years ago

updated migration steps in description. everything I can think of is added.

You may try with a test site first.