UUID for locations / export / import / create

This commit is contained in:
int2001
2025-11-05 11:37:43 +00:00
parent 45972218c7
commit 48b75d4c15
5 changed files with 33 additions and 2 deletions

View File

@@ -160,6 +160,7 @@ class Stations extends CI_Model {
'webadifapikey' => xss_clean($this->input->post('webadifapikey', true)),
'webadifapiurl' => 'https://qo100dx.club/api',
'webadifrealtime' => xss_clean($this->input->post('webadifrealtime', true)),
'station_uuid' => $this->db->query("SELECT UUID() as uuid")->row()->uuid,
);
// Insert Records & return insert id //