We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f0813 commit c8cae82Copy full SHA for c8cae82
site-redirects.ts
@@ -20,8 +20,11 @@ const siteRedirects = [
20
to: '/tutorials/migrate/migrating-from-mysql-with-db-archiver'
21
},
22
{
23
- from: '/guides/migrate/snowflake',
24
- to: '/tutorials/migrate/migrating-from-snowflake'
+ from: '/en/guides/deploy/upgrade/upgrade',
+ to: '/guides/deploy/upgrade/compatibility/'
25
+ },
26
+ {
27
+ from: ''
28
29
// Array Functions: 00-array-functions -> 10-semi-structured-functions/array
30
0 commit comments