Skip to content

Commit

Permalink
chore: update package lock
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Sep 12, 2021
1 parent 827354a commit 150fd6e
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 12 deletions.
130 changes: 130 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions test/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -377,16 +377,6 @@ CREATE TABLE reservation (
);


--
-- Name: encrypted_data; Type: TABLE; Schema: strongloop; Owner: strongloop
--

CREATE TABLE encrypted_data (
id character varying(64),
data text
);


--
-- Name: session; Type: TABLE; Schema: strongloop; Owner: strongloop
--
Expand Down Expand Up @@ -1217,8 +1207,6 @@ INSERT INTO product VALUES ('87', 'NV Goggles', NULL, NULL, NULL, NULL, NULL);
INSERT INTO product VALUES ('2', 'G17', 53, 75, 15, 'Flashlight', 'Single');
INSERT INTO product VALUES ('5', 'M9 SD', 0, 75, 15, 'Silenced', 'Single');

INSERT INTO encrypted_data VALUES('1', '1c93722e6cf53f93dd4eb15a18444dc3e910fded18239db612794059af1fa5e8');


--
-- Data for Name: reservation; Type: TABLE DATA; Schema: strongloop; Owner: strongloop
Expand Down

0 comments on commit 150fd6e

Please sign in to comment.