Skip to content

Commit

Permalink
Update db_helpdesk_web.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Feb 9, 2021
1 parent da6f110 commit 8a903a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db_helpdesk_web.sql
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ CREATE TABLE `tbl_user` (
--

INSERT INTO `tbl_user` (`tu_id`, `tu_role`, `tu_user`, `tu_pass`, `tu_full_name`, `tu_email`) VALUES
(1, 'admin', 'admin', '123', 'Cahya DY', '[email protected]'),
(2, 'customer', 'vierundsieben', '123', 'qqq', 'dyazincahya@gmail.com');
(1, 'admin', 'admin', '123', 'Kang cahya', '[email protected]'),
(2, 'customer', 'customer', '123', 'Customer', 'customer@gmail.com');

--
-- Indexes for dumped tables
Expand Down

0 comments on commit 8a903a4

Please sign in to comment.