We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafc3d1 commit 140226bCopy full SHA for 140226b
src/VersionControl/GitControlBundle/Installer/dbscript/schema.sql
@@ -32,7 +32,7 @@ CREATE TABLE IF NOT EXISTS `ver_user` (
32
`password_requested_at` DATETIME NULL DEFAULT NULL,
33
`roles` LONGTEXT CHARACTER SET 'utf8' NOT NULL,
34
`credentials_expired` TINYINT(1) NOT NULL DEFAULT 0,
35
- `credentials_expire_at` DATETIME NOT NULL DEFAULT 0,
+ `credentials_expire_at` DATETIME NULL DEFAULT NULL,
36
`name` VARCHAR(255) NULL DEFAULT NULL,
37
`github_id` VARCHAR(255) NULL,
38
`github_access_token` VARCHAR(255) NULL,
0 commit comments