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.
-
ProjectSnippets
should havecell-local
scope -
PersonalSnippets
should haveclusterwide
scope
Proposal
- Create a step by step plan to migrate
snippets
table - Verify the plan with Cells and database team.
Edited by Vasilii Iakliushin