first commit

This commit is contained in:
Meynin
2024-06-11 09:26:12 +07:00
commit c1cae68044
4151 changed files with 778192 additions and 0 deletions

6
src/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;");
?>