This commit is contained in:
albert
2013-03-31 22:16:31 -04:00
parent f07379697b
commit e305f8e501
3 changed files with 5 additions and 10 deletions

View File

@@ -5927,13 +5927,6 @@ CREATE INDEX index_post_votes_on_user_id ON post_votes USING btree (user_id);
CREATE INDEX index_posts_on_created_at ON posts USING btree (created_at);
--
-- Name: index_posts_on_created_at_date; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
CREATE INDEX index_posts_on_created_at_date ON posts USING btree (date(created_at));
--
-- Name: index_posts_on_file_size; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
@@ -6413,4 +6406,6 @@ INSERT INTO schema_migrations (version) VALUES ('20130328092739');
INSERT INTO schema_migrations (version) VALUES ('20130331180246');
INSERT INTO schema_migrations (version) VALUES ('20130331182719');
INSERT INTO schema_migrations (version) VALUES ('20130331182719');
INSERT INTO schema_migrations (version) VALUES ('20130401013601');