kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
9b49a4be30
commit
d8e1a3087f
|
@ -48,6 +48,7 @@ export async function publishDeployment(
|
||||||
.where(eq(schema.deployments.id, deployment.id))
|
.where(eq(schema.deployments.id, deployment.id))
|
||||||
.returning(),
|
.returning(),
|
||||||
|
|
||||||
|
// Update the project
|
||||||
tx
|
tx
|
||||||
.update(schema.projects)
|
.update(schema.projects)
|
||||||
.set({
|
.set({
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
- clerk / workos / auth0
|
- clerk / workos / auth0
|
||||||
- db
|
- db
|
||||||
- replace `enabled` with soft `deletedAt` timestamp
|
- replace `enabled` with soft `deletedAt` timestamp
|
||||||
|
- switch to [consola](https://github.com/unjs/consola) for logging
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue