dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix bug where message list columns could be in wrong order after column dra...
Aleksander Machniak
2016-05-20
e48f8945b32ab5b67f1cdeb53a37d3d196e31e4d
[githubFork/roundcubemail.git]
/
SQL
/
mssql
/
2011111600.sql
1
2
3
4
-- Updates from version 0.7-beta
ALTER TABLE [dbo].[session] ALTER COLUMN [sess_id] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL
GO