File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,10 @@ const developerDocsRedirects = [
166166 source : '/development/philosophy/' ,
167167 destination : '/getting-started/philosophy/' ,
168168 } ,
169+ {
170+ source : '/development/database-migrations/' ,
171+ destination : '/backend/database-migrations/' ,
172+ } ,
169173 {
170174 source : '/services/metrics/' ,
171175 destination : '/backend/metrics/' ,
@@ -798,10 +802,6 @@ const userDocsRedirects = [
798802 '/platforms/react-native/data-management/debug-files/source-context/data-management/debug-files/upload/' ,
799803 destination : '/platforms/react-native/data-management/debug-files/upload/' ,
800804 } ,
801- {
802- source : '/development/database-migrations/' ,
803- destination : '/backend/database-migrations/' ,
804- } ,
805805] ;
806806
807807/**
You can’t perform that action at this time.
0 commit comments