Skip to content

Commit

Permalink
Fixed issue #8778: 2.05+ install crashes when using MSSQL connecting …
Browse files Browse the repository at this point in the history
…from Linux
  • Loading branch information
c-schmitz committed Feb 27, 2014
1 parent 948112b commit db928b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/sql/create-mssql.sql
Expand Up @@ -530,8 +530,8 @@ CREATE TABLE [prefix_users] (
[questionselectormode] varchar(7) NOT NULL default 'default',
[one_time_pw] text NULL,
[dateformat] int NOT NULL DEFAULT 1,
[created] datetime,
[modified] datetime
[created] datetime NULL,
[modified] datetime NULL
);


Expand Down

0 comments on commit db928b8

Please sign in to comment.