column names are now getting full display name optionality
This commit is contained in:
@@ -9,7 +9,7 @@ rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
||||
# `cargo run` process holding up another Cargo invocation.
|
||||
[alias]
|
||||
watch-client = ["watch", "--delay", "0.1", "--ignore", "**/common/src/proto/**", "--exec", "build --package client", "--shell", "workspace_manifest=$(cargo locate-project --workspace --message-format plain); exec ${workspace_manifest%Cargo.toml}target/debug/client client"]
|
||||
watch-server = ["watch", "--why", "--delay", "0.1", "--ignore", "**/common/src/proto/**", "--ignore", "**/.postgres-data/**", "--exec", "build --package server", "--shell", "workspace_manifest=$(cargo locate-project --workspace --message-format plain); exec ${workspace_manifest%Cargo.toml}target/debug/server server"]
|
||||
watch-server = ["watch", "--why", "--delay", "0.1", "--ignore", "**/common/src/proto/**", "--ignore", "**/.postgres-data/**", "--exec", "build --package server --features full", "--shell", "workspace_manifest=$(cargo locate-project --workspace --message-format plain); exec ${workspace_manifest%Cargo.toml}target/debug/server server"]
|
||||
|
||||
[env]
|
||||
POSTGRESQL_VERSION = "=17.10.0"
|
||||
|
||||
Reference in New Issue
Block a user