[Dashboards] - Add seeds (#14404)

closes https://github.com/twentyhq/core-team-issues/issues/1440
This commit is contained in:
nitin
2025-09-12 18:05:51 +05:30
committed by GitHub
parent fffff75156
commit 7c26b1cce3
14 changed files with 990 additions and 17 deletions
@@ -76,6 +76,7 @@ export class DevSeederService {
await this.devSeederDataService.seed({
schemaName: dataSourceMetadata.schema,
workspaceId,
featureFlags,
});
await this.workspaceCacheStorageService.flush(workspaceId, undefined);