summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 07:51:50 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 07:51:50 +0000
commit079e594bb5a43f948fed01b5140e01f3fd127ff9 (patch)
tree5d4b0756a03e49b36cd0f2ba44c46a1b0d60980f /util
parentdb47e11b580efa1938de892e6c08ba47ba2c6cc4 (diff)
Removed the rating system and small cleanup on the homepage
git-svn-id: svn://vndb.org/vndb@55 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'util')
-rw-r--r--util/updates/update_1.19.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/updates/update_1.19.sql b/util/updates/update_1.19.sql
index 4b5a08b5..225cddfb 100644
--- a/util/updates/update_1.19.sql
+++ b/util/updates/update_1.19.sql
@@ -26,3 +26,9 @@ CREATE TABLE threads_posts (
PRIMARY KEY(tid, num)
) WITHOUT OIDS;
+
+
+-- Remove the rating/ranking system
+ALTER TABLE vn DROP COLUMN c_votes;
+DROP FUNCTION calculate_rating();
+