add source + rewrite strategy for pawoo

This commit is contained in:
r888888888
2017-04-17 14:15:05 -07:00
parent 9718c6e107
commit b053a2d783
10 changed files with 176 additions and 2 deletions

View File

@@ -6682,6 +6682,13 @@ CREATE INDEX index_pools_on_name ON pools USING btree (name);
CREATE INDEX index_pools_on_name_trgm ON pools USING gin (lower((name)::text) gin_trgm_ops);
--
-- Name: index_pools_on_updated_at; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX index_pools_on_updated_at ON pools USING btree (updated_at);
--
-- Name: index_post_appeals_on_created_at; Type: INDEX; Schema: public; Owner: -
--
@@ -7465,5 +7472,7 @@ INSERT INTO schema_migrations (version) VALUES ('20170414005856');
INSERT INTO schema_migrations (version) VALUES ('20170414233426');
INSERT INTO schema_migrations (version) VALUES ('20170414233617');
INSERT INTO schema_migrations (version) VALUES ('20170416224142');