repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'maint/7.0'
[ninja.git]
/
sql
/
mysql
/
avail_v2_to_v5.sql
blob
2e5fe3e3d071d2ac01bde9442cb8135fe525737b
1
-- Modify saved avail reports tables to case sensitive
2
3
ALTER TABLE avail_config COLLATE latin1_general_cs;
4
ALTER TABLE avail_config_objects COLLATE latin1_general_cs;
5
ALTER TABLE avail_config ADD cluster_mode INT NOT NULL DEFAULT 0;