mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-26 08:01:38 +00:00
fix: consider duckdb as a normal tag (#7035)
This commit is contained in:
@@ -197,8 +197,7 @@ lazy_static::lazy_static! {
|
||||
"snowflake".to_string(),
|
||||
"mssql".to_string(),
|
||||
"bigquery".to_string(),
|
||||
"oracledb".to_string(),
|
||||
"duckdb".to_string(),
|
||||
"oracledb".to_string()
|
||||
// for related places search: ADD_NEW_LANG
|
||||
];
|
||||
|
||||
|
||||
@@ -57,7 +57,8 @@ export const defaultTags = [
|
||||
'csharp',
|
||||
'nu',
|
||||
'java',
|
||||
'ruby'
|
||||
'ruby',
|
||||
'duckdb'
|
||||
// for related places search: ADD_NEW_LANG
|
||||
]
|
||||
export const nativeTags = [
|
||||
@@ -68,6 +69,5 @@ export const nativeTags = [
|
||||
'snowflake',
|
||||
'mssql',
|
||||
'bigquery',
|
||||
'oracledb',
|
||||
'duckdb'
|
||||
'oracledb'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user