From 76d58425de6a1e3505c777921b1e58bf03370366 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Fri, 9 Nov 2012 23:41:01 +0100 Subject: Import old database. The database is in the file new.db. dump,sql contains a sqlite3 compliant dump. To regenerate the database from the dump: $ sqlite3 old.db < dump.sql $ python createdb.py -s schema.sql -d new.db $ python import.py old.db new.db --- new.db | Bin 0 -> 106496 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 new.db (limited to 'new.db') diff --git a/new.db b/new.db new file mode 100644 index 0000000..3100ede Binary files /dev/null and b/new.db differ -- cgit v1.2.3-70-g09d2