feat(analytics): add clickhouse (#11174)
This commit is contained in:
@ -204,6 +204,20 @@
|
||||
},
|
||||
"defaultConfiguration": "seed"
|
||||
},
|
||||
"clickhouse:migrate": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/twenty-server",
|
||||
"command": "nx ts-node-no-deps -- src/database/clickhouse/migrations/run-migrations.ts"
|
||||
}
|
||||
},
|
||||
"clickhouse:seed": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "packages/twenty-server",
|
||||
"command": "nx ts-node-no-deps -- src/database/clickhouse/seeds/run-seeds.ts"
|
||||
}
|
||||
},
|
||||
"lingui:extract": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user