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
lsfilter: Add support for non-timestamp date formats
[ninja.git]
/
sql
/
mysql
/
avail_v5_to_v6.sql
blob
a882e33baa44be35fc40cfa42bc6971d987780c7
1
-- Adds two columns to saved avail reports that stores which states to display
2
3
ALTER TABLE avail_config ADD COLUMN host_filter_status varchar(100), ADD COLUMN service_filter_status varchar(100);