Skip to content

Commit 140226b

Browse files
Fixed #2: Database schema updated
1 parent eafc3d1 commit 140226b

File tree

1 file changed

+1
-1
lines changed
  • src/VersionControl/GitControlBundle/Installer/dbscript

1 file changed

+1
-1
lines changed

src/VersionControl/GitControlBundle/Installer/dbscript/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CREATE TABLE IF NOT EXISTS `ver_user` (
3232
`password_requested_at` DATETIME NULL DEFAULT NULL,
3333
`roles` LONGTEXT CHARACTER SET 'utf8' NOT NULL,
3434
`credentials_expired` TINYINT(1) NOT NULL DEFAULT 0,
35-
`credentials_expire_at` DATETIME NOT NULL DEFAULT 0,
35+
`credentials_expire_at` DATETIME NULL DEFAULT NULL,
3636
`name` VARCHAR(255) NULL DEFAULT NULL,
3737
`github_id` VARCHAR(255) NULL,
3838
`github_access_token` VARCHAR(255) NULL,

0 commit comments

Comments
 (0)