feat: added category management
This commit is contained in:
@@ -39,8 +39,11 @@ CREATE TABLE beacon_template (
|
||||
source_netmask int,
|
||||
source_gateway varchar,
|
||||
|
||||
FOREIGN KEY (config_id) REFERENCES beacon_config
|
||||
FOREIGN KEY (listener_id) REFERENCES beacon_listener
|
||||
default_category int,
|
||||
|
||||
FOREIGN KEY (config_id) REFERENCES beacon_config,
|
||||
FOREIGN KEY (listener_id) REFERENCES beacon_listener,
|
||||
FOREIGN KEY (default_category) REFERENCES beacon_category
|
||||
);
|
||||
|
||||
CREATE TABLE beacon_instance (
|
||||
|
||||
Reference in New Issue
Block a user