From 9e9f6b0a71fca40b7a118acb4db37e45609fb5b8 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 13 Jun 2010 01:40:01 -0400 Subject: renamed main django app from forum to askbot --- forum/sql_scripts/update_2009_12_24_001.sql | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 forum/sql_scripts/update_2009_12_24_001.sql (limited to 'forum/sql_scripts/update_2009_12_24_001.sql') diff --git a/forum/sql_scripts/update_2009_12_24_001.sql b/forum/sql_scripts/update_2009_12_24_001.sql deleted file mode 100644 index 3d082c2f..00000000 --- a/forum/sql_scripts/update_2009_12_24_001.sql +++ /dev/null @@ -1,5 +0,0 @@ -alter table question add column `vote_up_count` int(11) NOT NULL; -alter table question add column `vote_down_count` int(11) NOT NULL; - -alter table answer add column `vote_up_count` int(11) NOT NULL; -alter table answer add column `vote_down_count` int(11) NOT NULL; \ No newline at end of file -- cgit v1.2.3-1-g7c22