mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 14:50:00 +08:00
Add db migrations for new basic auth fields
This commit is contained in:
10
db/patch-monitor-basicauth.sql
Normal file
10
db/patch-monitor-basicauth.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE monitor
|
||||
ADD basicauth_user TEXT default null;
|
||||
|
||||
ALTER TABLE monitor
|
||||
ADD basicauth_pass TEXT default null;
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user