Skip to content

Commit

Permalink
Update model-v.4.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGuimarae3s committed Oct 27, 2023
1 parent 218df7b commit 589cc64
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions db/model-v.4.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ INSERT INTO `clients` (`id`, `nameClient`, `responsible`, `email`, `phoneNumber`
(5, 'aa', 'aaa', 'aaa', 'aaa', '22', '2023-10-26 06:37:22', '2023-10-26 06:37:22', 'aa'),
(6, 'aa', 'aaa', 'aaa', 'aaa', '22', '2023-10-26 06:38:00', '2023-10-26 06:38:00', 'aaaaa'),
(7, 'aaaaaaa', 'aaaaaaaaaaa', 'aaaaaaaaaaa', 'aaaa', '23', '2023-10-26 06:42:07', '2023-10-26 06:42:07', 'aaaaaaaaaa'),
(8, 'Elias ', 'Vasco da gama', 'vascodagama@gmail.com', '21998989898', '33', NULL, NULL, 'elias'),
(9, 'Jonathan Guimarães', 'ggg', 'gugujonathan@gmail.com', '21982441600', '22', '2023-10-27 14:57:48', '2023-10-27 14:57:48', '2222');
(8, 'Elias ', 'Vasco da gama', 'vascodagama@gmail.com', '21998989898', '33', NULL, NULL, 'elias');

-- --------------------------------------------------------

Expand Down Expand Up @@ -212,10 +211,7 @@ INSERT INTO `schedulings` (`id`, `date`, `confirmationCode`, `client_id`, `lesso
(8, 'mattos', '12', 1, 4, '2023-10-27 04:09:09', '2023-10-27 04:09:09', ''),
(11, 'mattos', '125', 1, 4, '2023-10-27 04:32:12', '2023-10-27 04:32:12', ''),
(13, 'mattos', '124', 1, 4, '2023-10-27 04:42:13', '2023-10-27 04:42:13', '121'),
(17, 'mattos', '1245', 1, 4, '2023-10-27 07:10:46', '2023-10-27 07:10:46', '121'),
(20, '30/05/2023', '35wm8', 8, 3, '2023-10-27 07:29:03', '2023-10-27 07:29:03', '01:29:00'),
(21, '30/05/2023', 'UN8oM', 8, 3, '2023-10-27 14:58:40', '2023-10-27 14:58:40', '09:58:00'),
(22, '30/05/2023', 'PK2uQ', 8, 3, '2023-10-27 14:59:29', '2023-10-27 14:59:29', '13:59:00');
(17, 'mattos', '1245', 1, 4, '2023-10-27 07:10:46', '2023-10-27 07:10:46', '121');

-- --------------------------------------------------------

Expand Down

0 comments on commit 589cc64

Please sign in to comment.