Files
librenms-librenms/sql-schema/215.sql
T

3 lines
115 B
SQL
Raw Normal View History

TRUNCATE `perf_times`;
ALTER TABLE `perf_times` ADD COLUMN `id` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST;