```sql CREATE INDEX location_ix1 ON location USING btree (postal); -- so that we can more easily join against postal_to_geocode, while we're using that table ``` we should ignore that comment, right now its not ignored