Skip to content
Snippets Groups Projects
Commit 3c605a3a authored by Sven Kästle's avatar Sven Kästle
Browse files

fix: Removed 'ON UPDATE CURRENT_TIMESTAMP,' from corrupt 'create users' statement

parent 6ec3e12b
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,6 @@ CREATE TABLE `users` (
`rocketChatId` varchar(400) NOT NULL,
`rocketChatAuthToken` varchar(800) NOT NULL,
`isStudent` tinyint(1) DEFAULT '1'
ON UPDATE CURRENT_TIMESTAMP,
)
ENGINE = InnoDB
DEFAULT CHARSET = utf8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment