Skip to content

Commit

Permalink
Merge pull request #782 from laf/alert-log-alter
Browse files Browse the repository at this point in the history
Added alter statement to add index to alert_log table
  • Loading branch information
f0o committed Apr 12, 2015
2 parents 8d30b22 + eb20bc7 commit 6520bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql-schema/047.sql
@@ -0,0 +1 @@
ALTER TABLE `alert_log` ADD INDEX ( `time_logged` );

0 comments on commit 6520bb9

Please sign in to comment.