mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 05:43:38 +08:00
Move all old db patch files to db/old_migrations/
This commit is contained in:
6
db/old_migrations/patch-add-parent-monitor.sql
Normal file
6
db/old_migrations/patch-add-parent-monitor.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE monitor
|
||||
ADD parent INTEGER REFERENCES [monitor] ([id]) ON DELETE SET NULL ON UPDATE CASCADE;
|
||||
|
||||
COMMIT
|
Reference in New Issue
Block a user