added tag subscription functional test

This commit is contained in:
albert
2011-01-31 01:55:40 -05:00
parent c0968ec5e3
commit 9837735c93
7 changed files with 71 additions and 7 deletions

View File

@@ -1321,7 +1321,7 @@ CREATE TABLE tag_subscriptions (
name character varying(255) NOT NULL,
tag_query character varying(255) NOT NULL,
post_ids text NOT NULL,
is_visible_on_profile boolean DEFAULT true NOT NULL,
is_public boolean DEFAULT true NOT NULL,
created_at timestamp without time zone,
updated_at timestamp without time zone
);