Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 1121

Show
Ignore:
Timestamp:
04/09/05 16:45:09 (3 years ago)
Author:
david
Message:

Updated SQLite schema, removed the test db

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/cia/trunk/db/sqlite.sql

    r1114 r1121  
    66  'running' INTEGER DEFAULT 1, 
    77  'output' TEXT DEFAULT NULL, 
    8   'created_at' INTEGER DEFAULT NULL 
     8  'created_at' DATETIME DEFAULT NULL 
    99); 
    1010