mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2024-12-26 15:13:26 +01:00
Merge branch 'master' of https://github.com/loviuz/wifi-probe-aggregator
This commit is contained in:
commit
f1a517b6e0
@ -3,7 +3,7 @@
|
||||
--
|
||||
|
||||
CREATE TABLE `logs` (
|
||||
`id` int(11) NOT NULL,
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
||||
`mac` varchar(17) NOT NULL,
|
||||
`ssid` varchar(255) NOT NULL,
|
||||
`dbm` tinyint(4) NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user