Skip to content

Commit bf1b300

Browse files
committed
remove checks for alive methods
1 parent 24d2efe commit bf1b300

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DROP TABLE alive_methods;
2+
3+
CREATE TABLE alive_methods (
4+
id INTEGER,
5+
method TEXT DEFAULT 'icmp',
6+
PRIMARY KEY (id, method),
7+
FOREIGN KEY (id) REFERENCES client_scan_map(id) ON DELETE CASCADE
8+
);

0 commit comments

Comments
 (0)