mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Show data table per table storage usage (no-changelog) (#19480)
This commit is contained in:
@@ -293,3 +293,7 @@ export function toTableName(dataStoreId: string): DataStoreUserTableName {
|
||||
const { tablePrefix } = Container.get(GlobalConfig).database;
|
||||
return `${tablePrefix}data_table_user_${dataStoreId}`;
|
||||
}
|
||||
|
||||
export function toTableId(tableName: DataStoreUserTableName) {
|
||||
return tableName.replace(/.*data_table_user_/, '');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user