add source + rewrite strategy for pawoo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddUpdatedAtIndexToPools < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :pools, :updated_at
|
||||
end
|
||||
end
|
||||
@@ -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