Added sqlite database creation scripts.

[?]
Dec 21, 2014, 8:18 PM
RLDPSLKK5372WOAUR6BPOBX4PFN76BLE2E23IDIFCNM4X4NBJIIAC

Dependencies

  • [2] EQXRXRZD Changed to use tasty instead of test-framework
  • [3] NVOCQVAS Initial failing tests.

Change contents

  • file move: ananke.sql (----------)quixotic-pg.sql (----------)
    [2.1369]
    [3.3144]
  • 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);