Create a plan for snippets table migration
Problem
Table snippets includes records for both PersonalSnippets (by author_id) and ProjectSnippets (by project_id).
Unfortunately, this structure doesn't support Cells.
-
ProjectSnippetsshould havecell-localscope -
PersonalSnippetsshould haveclusterwidescope
Proposal
- Create a step by step plan to migrate
snippetstable - Verify the plan with Cells and database team.
Edited by Vasilii Iakliushin