mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
3 lines
115 B
MySQL
3 lines
115 B
MySQL
![]() |
TRUNCATE `perf_times`;
|
||
|
ALTER TABLE `perf_times` ADD COLUMN `id` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST;
|