This commit is contained in:
albert
2013-03-18 16:19:09 -07:00
parent 922ccabe1d
commit 0d6ecf25c0
3 changed files with 52 additions and 2 deletions

View File

@@ -2393,7 +2393,7 @@ CREATE TABLE tag_subscriptions (
id integer NOT NULL,
creator_id integer NOT NULL,
name character varying(255) NOT NULL,
tag_query character varying(255) NOT NULL,
tag_query text NOT NULL,
post_ids text NOT NULL,
is_public boolean DEFAULT true NOT NULL,
last_accessed_at timestamp without time zone,
@@ -6256,4 +6256,6 @@ INSERT INTO schema_migrations (version) VALUES ('20130318012517');
INSERT INTO schema_migrations (version) VALUES ('20130318030619');
INSERT INTO schema_migrations (version) VALUES ('20130318031705');
INSERT INTO schema_migrations (version) VALUES ('20130318031705');
INSERT INTO schema_migrations (version) VALUES ('20130318231740');