Skip to content

Commit

Permalink
Import from EDCD/FDevIDs: Add FDev symbols for modules and ships
Browse files Browse the repository at this point in the history
  • Loading branch information
bgol committed Sep 17, 2016
1 parent 02e2481 commit 309c356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/TradeDangerous.sql
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ SELECT station_id,
CREATE TABLE FDevShipyard
(
id INTEGER NOT NULL,
symbol VARCHAR(40),
name VARCHAR(40) COLLATE nocase,

UNIQUE (id)
Expand All @@ -275,6 +276,7 @@ CREATE TABLE FDevShipyard
CREATE TABLE FDevOutfitting
(
id INTEGER NOT NULL,
symbol VARCHAR(40),
category CHAR(10)
CHECK (category IN ('hardpoint','internal','standard','utility')),
name VARCHAR(40) COLLATE nocase,
Expand Down

0 comments on commit 309c356

Please sign in to comment.