Skip to content

Commit

Permalink
Fixed #2: Database schema updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SSHVersionControl committed Sep 28, 2017
1 parent eafc3d1 commit 140226b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ CREATE TABLE IF NOT EXISTS `ver_user` (
`password_requested_at` DATETIME NULL DEFAULT NULL,
`roles` LONGTEXT CHARACTER SET 'utf8' NOT NULL,
`credentials_expired` TINYINT(1) NOT NULL DEFAULT 0,
`credentials_expire_at` DATETIME NOT NULL DEFAULT 0,
`credentials_expire_at` DATETIME NULL DEFAULT NULL,
`name` VARCHAR(255) NULL DEFAULT NULL,
`github_id` VARCHAR(255) NULL,
`github_access_token` VARCHAR(255) NULL,
Expand Down

0 comments on commit 140226b

Please sign in to comment.