Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
7949e50c
Commit
7949e50c
authored
Jul 18, 2019
by
Erik Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update vendor kvsql
parent
75b8d71e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
vendor.conf
vendor.conf
+1
-1
pgsql.go
...b.com/ibuildthecloud/kvsql/clientv3/driver/pgsql/pgsql.go
+2
-2
No files found.
vendor.conf
View file @
7949e50c
...
...
@@ -124,7 +124,7 @@ golang.org/x/oauth2 a6bd8cefa1811bd24b86f8902872e4e8225f74c4
golang
.
org
/
x
/
time
f51c12702a4d776e4c1fa9b0fabab841babae631
gopkg
.
in
/
inf
.
v0
3887
ee99ecf07df5b447e9b00d9c0b2adaa9f3e4
gopkg
.
in
/
yaml
.
v2
v2
.
2
.
1
github
.
com
/
ibuildthecloud
/
kvsql
79
f1f6881e28b90976f070aad6edad8e259057c1
https
://
github
.
com
/
erikwilson
/
rancher
-
kvsql
.
git
github
.
com
/
ibuildthecloud
/
kvsql
9
f00ccc82235f0433c736306d091abd2939b7449
https
://
github
.
com
/
erikwilson
/
rancher
-
kvsql
.
git
# rootless
github
.
com
/
rootless
-
containers
/
rootlesskit
v0
.
4
.
1
...
...
vendor/github.com/ibuildthecloud/kvsql/clientv3/driver/pgsql/pgsql.go
View file @
7949e50c
...
...
@@ -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
);`
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment