dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Optionally throw 404 error when contact photo wasn't found
Aleksander Machniak
2015-12-03
b6b92c0dddf5247efc12656bbc351aab3cdc31d4
[githubFork/roundcubemail.git]
/
SQL
/
mssql
/
2011111600.sql
commit
|
author
|
age
b7e7c8
1
-- Updates from version 0.7-beta
AM
2
3
ALTER TABLE [dbo].[session] ALTER COLUMN [sess_id] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL
4
GO