[javascript] Updated dependencies
This commit is contained in:
parent
78c5467c4a
commit
d43972e5dc
3 changed files with 26 additions and 1182 deletions
|
@ -3,4 +3,4 @@ CREATE TABLE ships (
|
|||
data JSON NOT NULL,
|
||||
updated DATE DEFAULT NULL
|
||||
);
|
||||
CREATE UNIQUE INDEX ships_data_symbol on ships (json_extract(data, '$.symbol'));
|
||||
CREATE UNIQUE INDEX ships_data_symbol ON ships (json_extract(data, '$.symbol'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue