dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix bug where errors could have been not logged when per_user_logging=true
Aleksander Machniak
2016-05-18
930a3ceac0aeb42474fb0a6129517aaa15b794b4
[githubFork/roundcubemail.git]
/
SQL
/
mssql
/
2012080700.sql
1
2
3
4
5
6
7
8
-- Updates from version 0.8
ALTER TABLE [dbo].[cache] DROP COLUMN [cache_id]
GO
ALTER TABLE [dbo].[users] DROP COLUMN [alias]
GO
CREATE INDEX [IX_identities_email] ON [dbo].[identities]([email],[del]) ON [PRIMARY]
GO