add source + rewrite strategy for pawoo
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user