Added alter statement to add index to alert_log table

This commit is contained in:
laf
2015-04-12 14:57:51 +01:00
parent ee83c02d8b
commit eb20bc787e

1
sql-schema/047.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `alert_log` ADD INDEX ( `time_logged` );