i18n - docs translations (#19410)
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
committed by
GitHub
parent
607e708670
commit
24a5273a79
+7
@@ -43,6 +43,13 @@ npx nx run twenty-server:database:reset
|
||||
```
|
||||
|
||||
### Migrationen
|
||||
|
||||
#### Für Objekte in Core/Metadata-Schemas (TypeORM)
|
||||
|
||||
```bash
|
||||
npx nx run twenty-server:typeorm migration:generate src/database/typeorm/core/migrations/nameOfYourMigration -d src/database/typeorm/core/core.datasource.ts
|
||||
```
|
||||
|
||||
## Technologie-Stack
|
||||
|
||||
Twenty verwendet in erster Linie NestJS für das Backend.
|
||||
|
||||
@@ -372,8 +372,10 @@ Führen Sie die folgenden Befehle aus:
|
||||
|
||||
```
|
||||
yarn database:migrate:prod
|
||||
yarn command:prod workspace:sync-metadata -f
|
||||
yarn command:prod upgrade-0.22
|
||||
```
|
||||
|
||||
Der `yarn database:migrate:prod`-Befehl wendet die Migrationen auf die Datenbank an.
|
||||
Der Befehl `yarn command:prod workspace:sync-metadata -f` synchronisiert die Definitionen der Standardobjekte mit den Metadaten-Tabellen und wendet erforderliche Migrationen auf bestehende Arbeitsbereiche an.
|
||||
Der Befehl `yarn command:prod upgrade-0.22` führt spezifische Datenumwandlungen durch, um sich an die neuen Objekt-Standardanfrage-Instrumentierungsoptionen anzupassen.
|
||||
|
||||
Reference in New Issue
Block a user