Skip to content

Commit

Permalink
Add initial create index sql commands at end of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
terwilligergreen committed Nov 26, 2011
1 parent 3b9c08f commit 1989894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fcc_cdbs_load_mysql.sql
Expand Up @@ -478,5 +478,9 @@ set
last_change_date = str_to_date(@last_change_date, '%m/%d/%Y');


-- create indices
CREATE INDEX facility_id ON facility (facility_id);
CREATE INDEX facility_id ON call_sign_history (facility_id);
CREATE INDEX callsign ON call_sign_history (callsign);

-- End SQL

0 comments on commit 1989894

Please sign in to comment.