D, [2010-08-03T11:17:25.097372 #5468] DEBUG -- : SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  D, [2010-08-03T11:17:25.097614 #5468] DEBUG -- : SQL (0.1ms) select sqlite_version(*) D, [2010-08-03T11:17:25.099557 #5468] DEBUG -- : SQL (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  D, [2010-08-03T11:17:25.099704 #5468] DEBUG -- : SQL (0.0ms) PRAGMA index_list("schema_migrations") D, [2010-08-03T11:17:25.101503 #5468] DEBUG -- : SQL (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") D, [2010-08-03T11:17:25.101691 #5468] DEBUG -- : SQL (0.1ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' D, [2010-08-03T11:18:24.658917 #5733] DEBUG -- : SQL (0.8ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  D, [2010-08-03T11:19:32.203267 #5997] DEBUG -- : SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  D, [2010-08-03T11:21:50.864071 #6613] DEBUG -- : SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  D, [2010-08-03T11:21:50.866101 #6613] DEBUG -- : SQL (0.1ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' D, [2010-08-03T11:21:50.867280 #6613] DEBUG -- : SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" I, [2010-08-03T11:21:50.867334 #6613] INFO -- : Migrating to CreateUsers (20102507) D, [2010-08-03T11:21:50.867474 #6613] DEBUG -- : SQL (0.0ms) select sqlite_version(*) D, [2010-08-03T11:21:50.870727 #6613] DEBUG -- : SQL (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL)  D, [2010-08-03T11:21:50.900844 #6613] DEBUG -- : SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20102507') D, [2010-08-03T14:16:49.368569 #54191] DEBUG -- : SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  D, [2010-08-03T14:16:49.387225 #54191] DEBUG -- : SQL (0.2ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' D, [2010-08-03T14:16:49.388472 #54191] DEBUG -- : SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" I, [2010-08-03T14:16:49.388536 #54191] INFO -- : Migrating to CreateUsers (20102507) I, [2010-08-03T14:16:49.388570 #54191] INFO -- : Migrating to CreateRoles (201002508) D, [2010-08-03T14:16:49.388708 #54191] DEBUG -- : SQL (0.1ms) select sqlite_version(*) D, [2010-08-03T14:16:49.406721 #54191] DEBUG -- : SQL (0.4ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL)  D, [2010-08-03T14:16:49.427264 #54191] DEBUG -- : SQL (13.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('201002508')