added sqlserver monitor

This commit is contained in:
Christopher Pickering 2022-05-12 12:48:03 -05:00
parent 332b9ab248
commit 87f933df4f
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
9 changed files with 1796 additions and 42 deletions

View file

@ -0,0 +1,10 @@
BEGIN TRANSACTION;
ALTER TABLE monitor
ADD database_connection_string VARCHAR(2000);
ALTER TABLE monitor
ADD database_query TEXT;
COMMIT