Skip to content

Commit e02aba3

Browse files
author
secus
committed
Add PostgreSQL deployment queries and descriptions
1 parent a16791f commit e02aba3

6 files changed

Lines changed: 167 additions & 27 deletions

.sqlx/query-418ecaef4e8144de092974ac916d4cd62cf1ad745507e4f266a4b63de3d52333.json

Lines changed: 107 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-6fd2256f4838df3a629d064ad4cf991dfd4ebd8250f347133741faad5e547e78.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-afe81e45436b88f983369c7c3527eace663e0f97d05ebe16712ba0cef8b8f85f.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-ec9123c4cd7c3beaf7c3f73fd52f095d8ef8d2c90503daa7d6e3eb852e05f9b9.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

.sqlx/query-f25d59b43be81bc2b7c605fba643c6ada67bbf410b13937e49624909bd523cea.json

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/handlers/deployment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub async fn create_deployment(
7272
url,
7373
now,
7474
now,
75-
None::<DateTime<Utc>>, // deployed_at - null initially
75+
Option::<chrono::DateTime<chrono::Utc>>::None, // deployed_at - null initially
7676
None::<String> // error_message
7777
)
7878
.execute(&state.db.pool)

0 commit comments

Comments
 (0)