Update readme

This commit is contained in:
Roman Vynar 2024-08-19 10:16:13 +03:00
parent 628d28398f
commit b8faa4b9b1

View File

@ -82,7 +82,7 @@ You can create a table manually if you don't want to grant `CREATE` permission:
action CHAR(4) NULL,
repository VARCHAR(100) NULL,
tag VARCHAR(100) NULL,
ip VARCHAR(15) NULL,
ip VARCHAR(45) NULL,
user VARCHAR(50) NULL,
created DATETIME NULL
);