Skip to content

Commit 698152a

Browse files
password column length increased in docker_artifact_store table (#708)
1 parent 142e332 commit 698152a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE docker_artifact_store
2+
ALTER COLUMN password type character varying(250)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE docker_artifact_store
2+
ALTER COLUMN password type character varying(5000)

0 commit comments

Comments
 (0)