Files

1 line
95 B
SQL
Raw Permalink Normal View History

+5
2026-08-19 14:12:06 -05:00
ALTER TABLE `ssh_data` ADD `parent_host_id` integer REFERENCES ssh_data(id) ON DELETE SET NULL;