Skip to content

Commit

Permalink
update docker env key to not be indexed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nabilschear committed Oct 5, 2021
1 parent 6265465 commit de53a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/posix/docker_container_envs.table
Expand Up @@ -2,7 +2,7 @@ table_name("docker_container_envs")
description("Docker container environment variables.")
schema([
Column("id", TEXT, "Container ID", index=True),
Column("key", TEXT, "Environment variable name", index=True),
Column("key", TEXT, "Environment variable name"),
Column("value", TEXT, "Environment variable value")
])
implementation("applications/docker@genContainerEnvs")
Expand Down

0 comments on commit de53a9e

Please sign in to comment.