Skip to content

Commit

Permalink
Added missing Added entries. The current export implementation does not
Browse files Browse the repository at this point in the history
support outer joins.
  • Loading branch information
bgol committed Nov 21, 2014
1 parent faf906a commit 1b51657
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions data/Added.csv
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name
'Not Present'
unq:name
'Alpha1'
'Alpha2'
'Alpha3'
'Alpha4'
'Premium Beta1'
'Premium Beta2'
'Beta1'
'Beta2'
'Beta2-Inferred'
'Beta2 (outside Beta3)'
'Beta2 (outside Beta3)-Inferred'
'Beta2 (unverified)'
'Beta3'
'Beta2-Inferred'
'Beta3'
'Beta3-Inferred'
'Beyond The Pill (unverified)-Inferred'
'Not Present'
'Premium Beta1'
'Premium Beta2'
'undefined-Inferred'
2 changes: 1 addition & 1 deletion data/TradeDangerous.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CREATE TABLE System
pos_x DOUBLE NOT NULL,
pos_y DOUBLE NOT NULL,
pos_z DOUBLE NOT NULL,
added_id INTEGER,
added_id INTEGER NOT NULL,
modified DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL,

UNIQUE (name),
Expand Down

0 comments on commit 1b51657

Please sign in to comment.