Conversation
Dokploy Preview Deployment
|
0f5a35a to
17c5a0d
Compare
|
…i hate openapi, i will fix it later |
| pub id: Uuid, | ||
| pub team: Uuid, | ||
| pub administration_code: Uuid, | ||
| #[sea_orm(unique)] |
There was a problem hiding this comment.
I changed that and it never got merged to the master. Please clear this from your db
There was a problem hiding this comment.
yeah it got merged but only in migrations, entity on master doesn't have unique key here, but latest migration has
|
i tried literally everything to fix this openapi issue and it still fails… |
7066891 to
d71ff6d
Compare
|
this problem with openapi is probably related to how utoipa::ToSchema macro implements ToSchema for those entities, they all have the same name, just Model |
|
as far as i am concerned this is waiting for new release of rust so yeah |
|
You could always just use normal useFetch in the frontend and create a new issue for this |
d71ff6d to
f88c0c6
Compare
|
You need to rewrite it to avoid duplication :c I send you all the details on discord |
e5ee8b9 to
dbefc54
Compare
dbefc54 to
4a5157f
Compare
| let name = input.ident; | ||
| let span = name.span().unwrap(); | ||
|
|
||
| let panic_message = |
4ccdc47 to
4ab6149
Compare

No description provided.