mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
First full commit of plugin system
This commit is contained in:
1
sql-schema/030.sql
Normal file
1
sql-schema/030.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE TABLE IF NOT EXISTS `plugins` ( `plugin_id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `plugin_name` VARCHAR( 60 ) NOT NULL , `plugin_active` INT NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
Reference in New Issue
Block a user