Skip to content

Commit

Permalink
Removing the view
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Aug 29, 2014
1 parent a2fc0b7 commit ffe4029
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dataseed/dbdef.sql → data/dbdef.sql
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,3 @@ CREATE TABLE
ON DELETE CASCADE
) WITHOUT ROWID
;

CREATE VIEW
vLink
AS
SELECT lhs.system_id AS from_system_id
, rhs.system_id AS to_system_id
, calc_distance_sq( lhs.pos_x, lhs.pos_y, lhs.pos_z
, rhs.pos_x, rhs.pos_y, rhs.pos_z)
AS distance_sq
FROM System AS lhs, System AS rhs
;

0 comments on commit ffe4029

Please sign in to comment.