delete folder backup

This commit is contained in:
dena27
2026-06-10 18:54:25 +07:00
parent c00b98b83f
commit a3b982e3fe
37 changed files with 2419 additions and 4546 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
require_once 'config/db.php';
try {
$pdo->exec("ALTER TABLE laporan_warga ADD COLUMN dokumentasi TEXT NULL DEFAULT NULL AFTER catatan_admin");
echo "Column dokumentasi added";
} catch (Exception $e) {
echo "Error: " . $e->getMessage();
}