first commit

This commit is contained in:
2024-05-31 14:18:00 +07:00
commit 1f8ef5e17f
4029 changed files with 777987 additions and 0 deletions

6
dev/app/import/alter.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
include ('../koneksi.php');
pg_query("ALTER TABLE data_user DROP CONSTRAINT data_user_nama_key;");
?>