Skip to content

Commit

Permalink
Adapt username to Icinga Web schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauh01 committed Jan 17, 2025
1 parent d3ce327 commit 2556ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/mysql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ CREATE TABLE stateful_set_owner (

CREATE TABLE favorite (
resource_uuid binary(16) NOT NULL,
username varchar(255) NOT NULL,
username varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (resource_uuid, username)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;

Expand Down

0 comments on commit 2556ed2

Please sign in to comment.