mirror of https://github.com/k3s-io/k3s
Update vendor kvsql
parent
75b8d71e77
commit
7949e50c05
|
@ -124,7 +124,7 @@ golang.org/x/oauth2 a6bd8cefa1811bd24b86f8902872e4e8225f74c4
|
|||
golang.org/x/time f51c12702a4d776e4c1fa9b0fabab841babae631
|
||||
gopkg.in/inf.v0 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4
|
||||
gopkg.in/yaml.v2 v2.2.1
|
||||
github.com/ibuildthecloud/kvsql 79f1f6881e28b90976f070aad6edad8e259057c1 https://github.com/erikwilson/rancher-kvsql.git
|
||||
github.com/ibuildthecloud/kvsql 9f00ccc82235f0433c736306d091abd2939b7449 https://github.com/erikwilson/rancher-kvsql.git
|
||||
|
||||
# rootless
|
||||
github.com/rootless-containers/rootlesskit v0.4.1
|
||||
|
|
|
@ -39,13 +39,13 @@ INSERT INTO key_value(` + fieldList + `)
|
|||
`create table if not exists key_value
|
||||
(
|
||||
name TEXT,
|
||||
value bytea,
|
||||
value TEXT,
|
||||
create_revision INTEGER,
|
||||
revision INTEGER,
|
||||
ttl INTEGER,
|
||||
version INTEGER,
|
||||
del INTEGER,
|
||||
old_value bytea,
|
||||
old_value TEXT,
|
||||
id SERIAL PRIMARY KEY,
|
||||
old_revision INTEGER
|
||||
);`,
|
||||
|
|
Loading…
Reference in New Issue