Skip to content

Commit

Permalink
fix: add missing new.originProjectId,
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Feb 9, 2022
1 parent 711bf9b commit 27a06bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions migrations/20211212200953-fulltext-search.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
currentRegistry,
projectId,
registryOfOrigin,
originProjectId,
program,
projectName,
projectLink,
Expand Down
4 changes: 4 additions & 0 deletions migrations/20211219182106-sqlite-triggers-projects.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
currentRegistry,
projectId,
registryOfOrigin,
originProjectId,
program,
projectName,
projectLink,
Expand All @@ -32,6 +33,7 @@ module.exports = {
new.currentRegistry,
new.projectId,
new.registryOfOrigin,
new.originProjectId,
new.program,
new.projectName,
new.projectLink,
Expand Down Expand Up @@ -65,6 +67,7 @@ module.exports = {
currentRegistry,
projectId,
registryOfOrigin,
originProjectId,
program,
projectName,
projectLink,
Expand All @@ -86,6 +89,7 @@ module.exports = {
new.currentRegistry,
new.projectId,
new.registryOfOrigin,
new.originProjectId,
new.program,
new.projectName,
new.projectLink,
Expand Down

0 comments on commit 27a06bd

Please sign in to comment.