Skip to content
Snippets Groups Projects
Commit cc3de389 authored by Muhammad Rifko Favian's avatar Muhammad Rifko Favian
Browse files

refactor: remove user and pembelian in initiate db

parent d81c76a6
No related merge requests found
...@@ -53,10 +53,10 @@ ...@@ -53,10 +53,10 @@
$db->exec($sqlTicket); $db->exec($sqlTicket);
// echo "Successfully inserted dummy data to tickets table<br/>"; // echo "Successfully inserted dummy data to tickets table<br/>";
$db->exec($sqlUser); // $db->exec($sqlUser);
// echo "Successfully inserted dummy data to users table<br/>"; // echo "Successfully inserted dummy data to users table<br/>";
$db->exec($sqlPembelian); // $db->exec($sqlPembelian);
// echo "Successfully inserted dummy data to pembelian table<br/>"; // echo "Successfully inserted dummy data to pembelian table<br/>";
$db->commit(); $db->commit();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment