Skip to content

Commit

Permalink
Update ajc.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
m45rud committed Sep 15, 2021
1 parent 9daffce commit efbe48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/ajc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CREATE TABLE `user` (
--

INSERT INTO `user` (`id_user`, `username`, `password`, `nama`, `alamat`, `hp`, `level`) VALUES
(1, 'masrud', '7d05dc02abe9cda729d0c798c886db47', 'M. Rudianto', 'Ds. Bareng, Kec. Sawahan Kab. Nganjuk - Jawa Timur', '085735501035', 1);
(1, 'masrud', '7d05dc02abe9cda729d0c798c886db47', 'Rudi', 'Sawahan, Nganjuk, Jawa Timur', '085232900000', 1);

--
-- Indexes for dumped tables
Expand Down

0 comments on commit efbe48b

Please sign in to comment.