mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
[improvement][semantic-fe] Refactor database settings functionality.
This commit is contained in:
@@ -29,10 +29,10 @@ export const TYPE_OPTIONS = [
|
||||
label: '主键',
|
||||
value: EnumDataSourceType.PRIMARY,
|
||||
},
|
||||
{
|
||||
label: '外键',
|
||||
value: EnumDataSourceType.FOREIGN,
|
||||
},
|
||||
// {
|
||||
// label: '外键',
|
||||
// value: EnumDataSourceType.FOREIGN,
|
||||
// },
|
||||
];
|
||||
|
||||
export const AGG_OPTIONS = [
|
||||
|
||||
Reference in New Issue
Block a user