fix audit log can accept username up to 255
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
2
backend/migrations/20220903220634_audit_username.up.sql
Normal file
2
backend/migrations/20220903220634_audit_username.up.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add up migration script here
|
||||
ALTER TABLE audit ALTER COLUMN username TYPE varchar(255);
|
||||
Reference in New Issue
Block a user