https://github.com/pollend/terasology-module-service
https://github.com/pollend/terasology-module-service
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pollend/terasology-module-service
- Owner: pollend
- Created: 2020-04-18T17:08:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:27:29.000Z (over 3 years ago)
- Last Synced: 2025-02-14T10:55:53.079Z (over 1 year ago)
- Language: TypeScript
- Size: 1.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Migrations
https://github.com/typeorm/typeorm/blob/master/docs/migrations.md
run migration to setup scheme
```
npx ts-node ./node_modules/typeorm/cli.js migration:run
```