Skip to content

Commit

Permalink
schema: Also allow node for endpoint_target_ref.kind
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Mar 22, 2024
1 parent 25a09b6 commit 11a78d2
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 @@ -279,7 +279,7 @@ CREATE TABLE endpoint (

CREATE TABLE endpoint_target_ref (
endpoint_slice_id binary(20) NOT NULL,
kind enum('pod') COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
kind enum('pod', 'node') COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
namespace varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL,
name varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
uid varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
Expand Down

0 comments on commit 11a78d2

Please sign in to comment.