Remove Admin Mode UI floating panel and improve API error handling

This commit is contained in:
ilham_gmail
2026-06-11 18:42:45 +07:00
parent 5a09aeec08
commit 92f6989db6
2 changed files with 9 additions and 13 deletions
+5
View File
@@ -158,3 +158,8 @@ CREATE TABLE `tanah` (
`geom` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Grant privileges on both databases to webgis_user
GRANT ALL PRIVILEGES ON poverty_db.* TO 'webgis_user'@'%';
GRANT ALL PRIVILEGES ON spbu_db.* TO 'webgis_user'@'%';
FLUSH PRIVILEGES;