Skip to content

Commit

Permalink
match stock/buying, demand/paying in forsale views
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Sep 24, 2014
1 parent c941e3e commit 17e0046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/TradeDangerous.sql
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,11 @@ CREATE VIEW vForSale AS
, c.name AS category
, i.name AS item
, p.buy_from AS asking
, p.demand
, p.demand_level
, p.sell_to AS paying
, p.stock
, p.stock_level
, p.sell_to AS paying
, p.demand
, p.demand_level
, STRFTIME('%s', 'now') - STRFTIME('%s', p.modified) AS age
FROM System AS sy
INNER JOIN Station as st ON (sy.system_id = st.system_id)
Expand Down

0 comments on commit 17e0046

Please sign in to comment.