]> git.openstreetmap.org Git - osqa.git/blob - sql_scripts/update_2009_12_24_001.sql
deleting the test file
[osqa.git] / sql_scripts / update_2009_12_24_001.sql
1 alter table question add column `vote_up_count` int(11) NOT NULL;
2 alter table question add column `vote_down_count` int(11) NOT NULL;
3
4 alter table answer add column `vote_up_count` int(11) NOT NULL;
5 alter table answer add column `vote_down_count` int(11) NOT NULL;