Added sqlite database creation scripts.
[?]
Dec 21, 2014, 8:18 PM
RLDPSLKK5372WOAUR6BPOBX4PFN76BLE2E23IDIFCNM4X4NBJIIACDependencies
Change contents
- file move: ananke.sql → quixotic-pg.sql
- file addition: quixotic-sqlite.sql[2.1369]
CREATE TABLE work_events (btc_addr TEXT, event_type TEXT, event_time INTEGER);CREATE TABLE auctions (raise_amount INTEGER, end_time INTEGER);CREATE TABLE bids (auction_id INTEGER, user_id INTEGER, bid_seconds INTEGER, bid_amount INTEGER, bid_time INTEGER);create table users (btc_addr TEXT, email TEXT);