summaryrefslogtreecommitdiff
path: root/util/updates
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-03-21 14:51:18 +0100
committerYorhel <git@yorhel.nl>2009-03-21 14:51:18 +0100
commit79687d7aa222e1ea8d6401d2aaa81c95e58c5b85 (patch)
tree7d61b1e02b8924cbf90f6042b5cd901a79f86b66 /util/updates
parentfac70af55b0f6af8152209760d4f32affa525deb (diff)
Replacing all occurences of 'discussion tags' with 'discussion boards'
Which is a more accurate description, and doesn't confuse with the tagging system. Note than even all internal uses of the word 'tag' have been replaced, as I'm not a huge fan of different terminology in the code and UI. This update might break some things related to the discussion board.
Diffstat (limited to 'util/updates')
-rw-r--r--util/updates/update_2.3.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/updates/update_2.3.sql b/util/updates/update_2.3.sql
index 79625714..3853bac1 100644
--- a/util/updates/update_2.3.sql
+++ b/util/updates/update_2.3.sql
@@ -195,3 +195,8 @@ $$ LANGUAGE 'plpgsql';
CREATE TRIGGER users_tags_update AFTER INSERT OR DELETE ON tags_vn FOR EACH ROW EXECUTE PROCEDURE update_users_cache();
+
+
+-- rename threads tags to boards
+ALTER TABLE threads_tags RENAME TO threads_boards;
+