Skip to content

Commit

Permalink
Merge pull request Oros42#111 from JoniRinta-Kahila/master
Browse files Browse the repository at this point in the history
fixed broken sql example
  • Loading branch information
Oros42 authored Nov 14, 2020
2 parents 6947db2 + 566cf4a commit 9537e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-example.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CREATE TABLE `imsi` (
--

INSERT INTO `imsi` (`id`, `tmsi1`, `tmsi2`, `imsi`, `stamp`, `deviceid`, `cell_id`, `lac`, `mcc`, `mnc`) VALUES
(4, NULL, NULL, '510 10 1552980000', '2020-05-11 15:00:18', 'rtl', '0000', '000', '510', '10'),
(4, NULL, NULL, '510 10 1552980000', '2020-05-11 15:00:18', 'rtl', '0000', '000', '510', '10')

--
-- Indexes for dumped tables
Expand Down

0 comments on commit 9537e3d

Please sign in to comment.