Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Jan 31, 2025
1 parent 6110532 commit 014c121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ CREATE TABLE `github_events` (
`actor_name` varchar(100) CHARACTER SET utf8 NOT NULL,
`actor_avatar` varchar(255) CHARACTER SET utf8 NOT NULL,

`action` varchar(255) CHARACTER SET utf8 NOT NULL,
`action` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
`ref` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`body` text CHARACTER SET utf8mb4 DEFAULT NULL,
Expand Down

0 comments on commit 014c121

Please sign in to comment.