add post previews to user profile, improved ui for tag subscriptions
This commit is contained in:
@@ -5647,6 +5647,13 @@ CREATE INDEX index_notes_on_post_id ON notes USING btree (post_id);
|
||||
CREATE INDEX index_pool_versions_on_pool_id ON pool_versions USING btree (pool_id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: index_pool_versions_on_updated_at; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
||||
--
|
||||
|
||||
CREATE INDEX index_pool_versions_on_updated_at ON pool_versions USING btree (updated_at);
|
||||
|
||||
|
||||
--
|
||||
-- Name: index_pool_versions_on_updater_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
||||
--
|
||||
@@ -6198,4 +6205,6 @@ INSERT INTO schema_migrations (version) VALUES ('20130219184743');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130221032344');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130221035518');
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130221035518');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130221214811');
|
||||
Reference in New Issue
Block a user