File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build & Tests (backend)] ( https://github.com/Jim-Hodapp-Coaching/refactor-platform-rs/actions/workflows/ci.yml/badge.svg )] ( https://github.com/Jim-Hodapp-Coaching/refactor-platform-rs/actions/workflows/ci.yml )
1
+ [ ![ Build & Tests (backend)] ( https://github.com/Jim-Hodapp-Coaching/refactor-platform-rs/actions/workflows/ci.yml/badge.svg )] ( https://github.com/Jim-Hodapp-Coaching/refactor-platform-rs/actions/workflows/ci.yml ) [ ![ Build and Deploy Containers ] ( https://github.com/refactor-group/refactor-platform-rs/actions/workflows/build_and_deploy_containers.yml/badge.svg )] ( https://github.com/refactor-group/refactor-platform-rs/actions/workflows/build_and_deploy_containers.yml )
2
2
3
3
# Refactor Coaching & Mentoring Platform
4
4
@@ -209,4 +209,4 @@ Note that to generate a new Entity using the CLI you must ignore all other table
209
209
210
210
```bash
211
211
DATABASE_URL=postgres://refactor:password@localhost:5432/refactor_platform sea-orm-cli generate entity -s refactor_platform -o entity/src -v --with-serde both --serde-skip-deserializing-primary-key --ignore-tables {table to ignore} --ignore-tables {other table to ignore}
212
- ```
212
+ ```
You can’t perform that action at this time.
0 commit comments