fix audit log can accept username up to 255

This commit is contained in:
Ruben Fiszel
2022-09-04 00:07:47 +02:00
parent afd18c44b9
commit 9323f1f461
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
-- Add down migration script here

View File

@@ -0,0 +1,2 @@
-- Add up migration script here
ALTER TABLE audit ALTER COLUMN username TYPE varchar(255);