Skip to content

Commit 150fd6e

Browse files
committed
chore: update package lock
Signed-off-by: Rifa Achrinza <[email protected]>
1 parent 827354a commit 150fd6e

File tree

2 files changed

+130
-12
lines changed

2 files changed

+130
-12
lines changed

package-lock.json

+130
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/schema.sql

-12
Original file line numberDiff line numberDiff line change
@@ -377,16 +377,6 @@ CREATE TABLE reservation (
377377
);
378378

379379

380-
--
381-
-- Name: encrypted_data; Type: TABLE; Schema: strongloop; Owner: strongloop
382-
--
383-
384-
CREATE TABLE encrypted_data (
385-
id character varying(64),
386-
data text
387-
);
388-
389-
390380
--
391381
-- Name: session; Type: TABLE; Schema: strongloop; Owner: strongloop
392382
--
@@ -1217,8 +1207,6 @@ INSERT INTO product VALUES ('87', 'NV Goggles', NULL, NULL, NULL, NULL, NULL);
12171207
INSERT INTO product VALUES ('2', 'G17', 53, 75, 15, 'Flashlight', 'Single');
12181208
INSERT INTO product VALUES ('5', 'M9 SD', 0, 75, 15, 'Silenced', 'Single');
12191209

1220-
INSERT INTO encrypted_data VALUES('1', '1c93722e6cf53f93dd4eb15a18444dc3e910fded18239db612794059af1fa5e8');
1221-
12221210

12231211
--
12241212
-- Data for Name: reservation; Type: TABLE DATA; Schema: strongloop; Owner: strongloop

0 commit comments

Comments
 (0)