pull/715/head
Travis Fischer 2025-05-19 20:53:48 +07:00
rodzic 9b49a4be30
commit d8e1a3087f
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -48,6 +48,7 @@ export async function publishDeployment(
.where(eq(schema.deployments.id, deployment.id))
.returning(),
// Update the project
tx
.update(schema.projects)
.set({

Wyświetl plik

@ -26,6 +26,7 @@
- clerk / workos / auth0
- db
- replace `enabled` with soft `deletedAt` timestamp
- switch to [consola](https://github.com/unjs/consola) for logging
## License