commit | e851b95add79715be776be1fb08866144244cadc | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Sun Jan 13 22:29:57 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Sun Jan 13 22:35:49 2013 -0800 |
tree | 44dd094e417f4f3824afae7d74d5188207ed9cdb | |
parent | bb8374ae9451fa5f851788353bc90ed1f1975107 [diff] [blame] |
sync core compiles
diff --git a/src/db-helper.cc b/src/db-helper.cc index c5455e8..0e08612 100644 --- a/src/db-helper.cc +++ b/src/db-helper.cc
@@ -37,7 +37,7 @@ device_name BLOB NOT NULL, \n\ description TEXT, \n\ seq_no INTEGER NOT NULL, \n\ - last_known_tdi TEXT, \n\ + last_known_locator BLOB, \n\ last_update TIMESTAMP \n\ ); \n\ \n\