mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-07-18 16:21:24 +00:00
Modify sql table creation to avoid 'data too long' error
This commit is contained in:
parent
35aba0dfc3
commit
2cb2802973
@ -20,7 +20,7 @@ const (
|
|||||||
schemaSQLite = `
|
schemaSQLite = `
|
||||||
CREATE TABLE events (
|
CREATE TABLE events (
|
||||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
action CHAR(4) NULL,
|
action CHAR(5) NULL,
|
||||||
repository VARCHAR(100) NULL,
|
repository VARCHAR(100) NULL,
|
||||||
tag VARCHAR(100) NULL,
|
tag VARCHAR(100) NULL,
|
||||||
ip VARCHAR(15) NULL,
|
ip VARCHAR(15) NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user