mirror of
https://codeberg.org/Mo8it/git-webhook-client
synced 2025-04-14 05:47:46 +00:00
14 lines
338 B
Rust
14 lines
338 B
Rust
// @generated automatically by Diesel CLI.
|
|
|
|
diesel::table! {
|
|
hooklog (id) {
|
|
id -> Integer,
|
|
datetime -> Text,
|
|
clone_url -> Text,
|
|
command_with_args -> Text,
|
|
current_dir -> Text,
|
|
stdout -> Nullable<Text>,
|
|
stderr -> Nullable<Text>,
|
|
status_code -> Nullable<Integer>,
|
|
}
|
|
}
|