Skip to content

Commit

Permalink
Fix sql schema style
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauh01 committed Jan 16, 2025
1 parent 458f739 commit c3ef651
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema/mysql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1006,9 +1006,8 @@ CREATE TABLE stateful_set_owner (
CREATE TABLE favorite (
resource_uuid binary(16) NOT NULL,
username varchar(255) NOT NULL,

PRIMARY KEY (resource_uuid, username)
)ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;

CREATE TABLE kubernetes_instance (
uuid binary(16) NOT NULL,
Expand Down

0 comments on commit c3ef651

Please sign in to comment.