protokoll 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/MIT-LICENSE +1 -1
- data/README.rdoc +28 -1
- data/lib/generators/protokoll/migration/migration_generator.rb +24 -0
- data/lib/generators/protokoll/migration/templates/create_custom_auto_increments.rb +15 -0
- data/lib/protokoll/counter.rb +33 -0
- data/lib/protokoll/formater.rb +79 -0
- data/lib/protokoll/models/custom_auto_increment.rb +8 -0
- data/lib/protokoll/protokoll.rb +34 -0
- data/lib/protokoll/version.rb +1 -1
- data/lib/protokoll.rb +4 -37
- data/test/dummy/app/models/call_defined_in_tests.rb +7 -0
- data/test/dummy/app/models/protocol_defined_in_tests.rb +7 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20120222164124_create_custom_auto_increments.rb +15 -0
- data/test/dummy/db/schema.rb +16 -7
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +424 -0
- data/test/dummy/log/test.log +212148 -0
- data/test/protokoll_test.rb +251 -121
- metadata +21 -20
- data/lib/protokoll/auto_increment.rb +0 -95
- data/lib/protokoll/class_variable.rb +0 -13
- data/lib/protokoll/extract_number.rb +0 -25
- data/test/dummy/app/models/call.rb +0 -3
- data/test/dummy/app/models/principal.rb +0 -2
- data/test/dummy/app/models/protocol.rb +0 -3
- data/test/dummy/db/migrate/20110923101536_create_principals.rb +0 -9
@@ -232,3 +232,427 @@ Migrating to CreateCalls (20110928013630)
|
|
232
232
|
[1m[35m (0.0ms)[0m PRAGMA index_list("calls")
|
233
233
|
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("principals")[0m
|
234
234
|
[1m[35m (0.0ms)[0m PRAGMA index_list("protocols")
|
235
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
236
|
+
Migrating to CreateProtocols (20110923024431)
|
237
|
+
Migrating to CreatePrincipals (20110923101536)
|
238
|
+
Migrating to CreateCalls (20110928013630)
|
239
|
+
Migrating to ProtokollTables (20120222160015)
|
240
|
+
[1m[35m (64.9ms)[0m select sqlite_version(*)
|
241
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
242
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
243
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
244
|
+
Migrating to CreateProtocols (20110923024431)
|
245
|
+
Migrating to CreatePrincipals (20110923101536)
|
246
|
+
Migrating to CreateCalls (20110928013630)
|
247
|
+
Migrating to Protokoll (20120222160227)
|
248
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
249
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
250
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
251
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
252
|
+
Migrating to CreateProtocols (20110923024431)
|
253
|
+
Migrating to CreatePrincipals (20110923101536)
|
254
|
+
Migrating to CreateCalls (20110928013630)
|
255
|
+
Migrating to Protokoll (20120222160227)
|
256
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
257
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
258
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
259
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
260
|
+
Migrating to CreateProtocols (20110923024431)
|
261
|
+
Migrating to CreatePrincipals (20110923101536)
|
262
|
+
Migrating to CreateCalls (20110928013630)
|
263
|
+
Migrating to Protokoll (20120222160227)
|
264
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
265
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
266
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
267
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
268
|
+
Migrating to CreateProtocols (20110923024431)
|
269
|
+
Migrating to CreatePrincipals (20110923101536)
|
270
|
+
Migrating to CreateCalls (20110928013630)
|
271
|
+
Migrating to Mytable (20120222160327)
|
272
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
273
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
274
|
+
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120222160327')
|
275
|
+
[1m[36m (40.0ms)[0m [1mcommit transaction[0m
|
276
|
+
[1m[35m (0.4ms)[0m select sqlite_version(*)
|
277
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
278
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("calls")
|
279
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("principals")[0m
|
280
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protocols")
|
281
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
282
|
+
Migrating to CreateProtocols (20110923024431)
|
283
|
+
Migrating to CreatePrincipals (20110923101536)
|
284
|
+
Migrating to CreateCalls (20110928013630)
|
285
|
+
Migrating to Protokoll (20120222160419)
|
286
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
287
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
288
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
289
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
290
|
+
Migrating to CreateProtocols (20110923024431)
|
291
|
+
Migrating to CreatePrincipals (20110923101536)
|
292
|
+
Migrating to CreateCalls (20110928013630)
|
293
|
+
Migrating to Protokoll (20120222160419)
|
294
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
295
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
296
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
297
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
298
|
+
Migrating to CreateProtocols (20110923024431)
|
299
|
+
Migrating to CreatePrincipals (20110923101536)
|
300
|
+
Migrating to CreateCalls (20110928013630)
|
301
|
+
Migrating to Protokoll (20120222160419)
|
302
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
303
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
304
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
305
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
306
|
+
Migrating to CreateProtocols (20110923024431)
|
307
|
+
Migrating to CreatePrincipals (20110923101536)
|
308
|
+
Migrating to CreateCalls (20110928013630)
|
309
|
+
Migrating to Protokoll (20120222160419)
|
310
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
311
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
312
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
313
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
314
|
+
Migrating to CreateProtocols (20110923024431)
|
315
|
+
Migrating to CreatePrincipals (20110923101536)
|
316
|
+
Migrating to CreateCalls (20110928013630)
|
317
|
+
Migrating to Protokoll (20120222160419)
|
318
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
319
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
320
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
321
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
322
|
+
Migrating to CreateProtocols (20110923024431)
|
323
|
+
Migrating to CreatePrincipals (20110923101536)
|
324
|
+
Migrating to CreateCalls (20110928013630)
|
325
|
+
Migrating to BlaProtokoll (20120222160419)
|
326
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
327
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
328
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
329
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
330
|
+
Migrating to CreateProtocols (20110923024431)
|
331
|
+
Migrating to CreatePrincipals (20110923101536)
|
332
|
+
Migrating to CreateCalls (20110928013630)
|
333
|
+
Migrating to CreateProtokoll (20120222160419)
|
334
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
335
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
336
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
337
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
338
|
+
Migrating to CreateProtocols (20110923024431)
|
339
|
+
Migrating to CreatePrincipals (20110923101536)
|
340
|
+
Migrating to CreateCalls (20110928013630)
|
341
|
+
Migrating to CreateProtokoll (20120222160419)
|
342
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
343
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
344
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
345
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
346
|
+
Migrating to CreateProtocols (20110923024431)
|
347
|
+
Migrating to CreatePrincipals (20110923101536)
|
348
|
+
Migrating to CreateCalls (20110928013630)
|
349
|
+
Migrating to CreateName (20120222161623)
|
350
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
351
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
352
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120222161623')
|
353
|
+
[1m[36m (62.2ms)[0m [1mcommit transaction[0m
|
354
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
355
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
356
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("calls")
|
357
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("principals")[0m
|
358
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protocols")
|
359
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
360
|
+
Migrating to CreateProtocols (20110923024431)
|
361
|
+
Migrating to CreatePrincipals (20110923101536)
|
362
|
+
Migrating to CreateCalls (20110928013630)
|
363
|
+
Migrating to CreateName (20120222161623)
|
364
|
+
Migrating to Protokoll (20120222161724)
|
365
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
367
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
368
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
369
|
+
Migrating to CreateProtocols (20110923024431)
|
370
|
+
Migrating to CreatePrincipals (20110923101536)
|
371
|
+
Migrating to CreateCalls (20110928013630)
|
372
|
+
Migrating to CreateName (20120222161623)
|
373
|
+
Migrating to CreateProtokoll (20120222161724)
|
374
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
375
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
376
|
+
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120222161724')
|
377
|
+
[1m[36m (43.8ms)[0m [1mcommit transaction[0m
|
378
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
379
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
380
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("calls")
|
381
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("principals")[0m
|
382
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protocols")
|
383
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
384
|
+
Migrating to CreateProtocols (20110923024431)
|
385
|
+
Migrating to CreatePrincipals (20110923101536)
|
386
|
+
Migrating to CreateCalls (20110928013630)
|
387
|
+
Migrating to CreateProtokoll (20120222161938)
|
388
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
389
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
390
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "protokolls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
391
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("protokolls")[0m
|
392
|
+
[1m[35m (0.1ms)[0m CREATE INDEX "index_protokolls_on_model_name" ON "protokolls" ("model_name")
|
393
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120222161938')[0m
|
394
|
+
[1m[35m (4.1ms)[0m commit transaction
|
395
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
396
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
397
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("calls")[0m
|
398
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("principals")
|
399
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("protocols")[0m
|
400
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protokolls")
|
401
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_protokolls_on_model_name')[0m
|
402
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
403
|
+
Migrating to CreateProtocols (20110923024431)
|
404
|
+
Migrating to CreatePrincipals (20110923101536)
|
405
|
+
Migrating to CreateCalls (20110928013630)
|
406
|
+
Migrating to CreateProtokolls (20120222162006)
|
407
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
408
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
409
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
410
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
411
|
+
Migrating to CreateProtocols (20110923024431)
|
412
|
+
Migrating to CreatePrincipals (20110923101536)
|
413
|
+
Migrating to CreateCalls (20110928013630)
|
414
|
+
Migrating to CreateProtokolls (20120222162006)
|
415
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
416
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
417
|
+
[1m[35m (65.0ms)[0m DROP TABLE "protokolls"
|
418
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "protokolls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
419
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protokolls")
|
420
|
+
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_protokolls_on_model_name" ON "protokolls" ("model_name")[0m
|
421
|
+
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120222162006')
|
422
|
+
[1m[36m (4.4ms)[0m [1mcommit transaction[0m
|
423
|
+
[1m[35m (0.4ms)[0m select sqlite_version(*)
|
424
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
425
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("calls")
|
426
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("principals")[0m
|
427
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protocols")
|
428
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("protokolls")[0m
|
429
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_protokolls_on_model_name')
|
430
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
431
|
+
[1m[35m (42.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
432
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
433
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
434
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
435
|
+
Migrating to CreateProtocols (20110923024431)
|
436
|
+
[1m[35m (0.1ms)[0m begin transaction
|
437
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "protocols" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
438
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110923024431')
|
439
|
+
[1m[36m (5.4ms)[0m [1mcommit transaction[0m
|
440
|
+
Migrating to CreatePrincipals (20110923101536)
|
441
|
+
[1m[35m (0.1ms)[0m begin transaction
|
442
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "principals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "protokoll_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
443
|
+
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110923101536')
|
444
|
+
[1m[36m (6.1ms)[0m [1mcommit transaction[0m
|
445
|
+
Migrating to CreateCalls (20110928013630)
|
446
|
+
[1m[35m (0.1ms)[0m begin transaction
|
447
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "calls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
448
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110928013630')
|
449
|
+
[1m[36m (6.3ms)[0m [1mcommit transaction[0m
|
450
|
+
Migrating to CreateProtokolls (20120222162006)
|
451
|
+
[1m[35m (0.1ms)[0m begin transaction
|
452
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "protokolls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
453
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protokolls")
|
454
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_protokolls_on_model_name" ON "protokolls" ("model_name")[0m
|
455
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120222162006')
|
456
|
+
[1m[36m (5.7ms)[0m [1mcommit transaction[0m
|
457
|
+
[1m[35m (0.4ms)[0m select sqlite_version(*)
|
458
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
459
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("calls")
|
460
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("principals")[0m
|
461
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protocols")
|
462
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("protokolls")[0m
|
463
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_protokolls_on_model_name')
|
464
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
465
|
+
Migrating to CreateProtocols (20110923024431)
|
466
|
+
Migrating to CreatePrincipals (20110923101536)
|
467
|
+
Migrating to CreateCalls (20110928013630)
|
468
|
+
Migrating to CreateCustomAutoIncrement (20120222163814)
|
469
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
470
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
471
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "custom_auto_increment" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
472
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("protokolls")[0m
|
473
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_protokolls_on_model_name')
|
474
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
475
|
+
[1m[36m (1.5ms)[0m [1mselect sqlite_version(*)[0m
|
476
|
+
[1m[35m (66.8ms)[0m CREATE TABLE "calls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
477
|
+
[1m[36m (11.4ms)[0m [1mCREATE TABLE "principals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "protokoll_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
478
|
+
[1m[35m (5.9ms)[0m CREATE TABLE "protocols" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
479
|
+
[1m[36m (4.0ms)[0m [1mCREATE TABLE "protokolls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
480
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protokolls")
|
481
|
+
[1m[36m (4.0ms)[0m [1mCREATE INDEX "index_protokolls_on_model_name" ON "protokolls" ("model_name")[0m
|
482
|
+
[1m[35m (7.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
483
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
484
|
+
[1m[35m (5.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
485
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
486
|
+
[1m[35m (7.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120222162006')
|
487
|
+
[1m[36m (7.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20110923024431')[0m
|
488
|
+
[1m[35m (4.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20110923101536')
|
489
|
+
[1m[36m (58.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20110928013630')[0m
|
490
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
491
|
+
[1m[36m (1.5ms)[0m [1mselect sqlite_version(*)[0m
|
492
|
+
[1m[35m (39.3ms)[0m CREATE TABLE "calls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
493
|
+
[1m[36m (4.1ms)[0m [1mCREATE TABLE "principals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "protokoll_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
494
|
+
[1m[35m (4.2ms)[0m CREATE TABLE "protocols" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
495
|
+
[1m[36m (4.1ms)[0m [1mCREATE TABLE "protokolls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
496
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protokolls")
|
497
|
+
[1m[36m (4.9ms)[0m [1mCREATE INDEX "index_protokolls_on_model_name" ON "protokolls" ("model_name")[0m
|
498
|
+
[1m[35m (4.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
499
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
500
|
+
[1m[35m (5.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
501
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
502
|
+
[1m[35m (4.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120222162006')
|
503
|
+
[1m[36m (5.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20110923024431')[0m
|
504
|
+
[1m[35m (5.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20110923101536')
|
505
|
+
[1m[36m (4.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20110928013630')[0m
|
506
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
507
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
508
|
+
Migrating to CreateProtocols (20110923024431)
|
509
|
+
Migrating to CreatePrincipals (20110923101536)
|
510
|
+
Migrating to CreateCalls (20110928013630)
|
511
|
+
Migrating to CreateCustomAutoIncrement (20120222163854)
|
512
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
513
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
514
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "custom_auto_increment" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
515
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("custom_auto_increment")[0m
|
516
|
+
[1m[35m (0.1ms)[0m CREATE INDEX "index_custom_auto_increment_on_model_name" ON "custom_auto_increment" ("model_name")
|
517
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120222163854')[0m
|
518
|
+
[1m[35m (41.6ms)[0m commit transaction
|
519
|
+
[1m[36m (0.4ms)[0m [1mselect sqlite_version(*)[0m
|
520
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
521
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("calls")[0m
|
522
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("custom_auto_increment")
|
523
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_custom_auto_increment_on_model_name')[0m
|
524
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("principals")
|
525
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("protocols")[0m
|
526
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protokolls")
|
527
|
+
[1m[36m (0.2ms)[0m [1mPRAGMA index_info('index_protokolls_on_model_name')[0m
|
528
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
529
|
+
Migrating to CreateProtocols (20110923024431)
|
530
|
+
Migrating to CreatePrincipals (20110923101536)
|
531
|
+
Migrating to CreateCalls (20110928013630)
|
532
|
+
Migrating to CreateCustomAutoIncrements (20120222164124)
|
533
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
535
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "custom_auto_increments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
536
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("custom_auto_increment")[0m
|
537
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_custom_auto_increment_on_model_name')
|
538
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
539
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
540
|
+
[1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
541
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
542
|
+
[1m[35m (3.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
543
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
544
|
+
Migrating to CreateProtocols (20110923024431)
|
545
|
+
[1m[35m (0.0ms)[0m begin transaction
|
546
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "protocols" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
547
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110923024431')
|
548
|
+
[1m[36m (5.1ms)[0m [1mcommit transaction[0m
|
549
|
+
Migrating to CreatePrincipals (20110923101536)
|
550
|
+
[1m[35m (0.1ms)[0m begin transaction
|
551
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "principals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "protokoll_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
552
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110923101536')
|
553
|
+
[1m[36m (5.7ms)[0m [1mcommit transaction[0m
|
554
|
+
Migrating to CreateCalls (20110928013630)
|
555
|
+
[1m[35m (0.1ms)[0m begin transaction
|
556
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "calls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
557
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110928013630')
|
558
|
+
[1m[36m (6.2ms)[0m [1mcommit transaction[0m
|
559
|
+
Migrating to CreateCustomAutoIncrements (20120222164124)
|
560
|
+
[1m[35m (0.1ms)[0m begin transaction
|
561
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "custom_auto_increments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
562
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("custom_auto_increments")
|
563
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_custom_auto_increments_on_model_name" ON "custom_auto_increments" ("model_name")[0m
|
564
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120222164124')
|
565
|
+
[1m[36m (5.7ms)[0m [1mcommit transaction[0m
|
566
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
567
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
568
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("calls")
|
569
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("custom_auto_increments")[0m
|
570
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_custom_auto_increments_on_model_name')
|
571
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("principals")[0m
|
572
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protocols")
|
573
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
574
|
+
[1m[35m (43.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
575
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
576
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
577
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
578
|
+
Migrating to CreateProtocols (20110923024431)
|
579
|
+
[1m[35m (0.0ms)[0m begin transaction
|
580
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "protocols" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
581
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110923024431')
|
582
|
+
[1m[36m (4.7ms)[0m [1mcommit transaction[0m
|
583
|
+
Migrating to CreatePrincipals (20110923101536)
|
584
|
+
[1m[35m (0.1ms)[0m begin transaction
|
585
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "principals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "protokoll_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
586
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110923101536')
|
587
|
+
[1m[36m (4.9ms)[0m [1mcommit transaction[0m
|
588
|
+
Migrating to CreateCalls (20110928013630)
|
589
|
+
[1m[35m (0.1ms)[0m begin transaction
|
590
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "calls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
591
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110928013630')
|
592
|
+
[1m[36m (5.1ms)[0m [1mcommit transaction[0m
|
593
|
+
Migrating to CreateCustomAutoIncrements (20120222164124)
|
594
|
+
[1m[35m (0.1ms)[0m begin transaction
|
595
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "custom_auto_increments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
596
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("custom_auto_increments")
|
597
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_custom_auto_increments_on_model_name" ON "custom_auto_increments" ("model_name")[0m
|
598
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120222164124')
|
599
|
+
[1m[36m (17.6ms)[0m [1mcommit transaction[0m
|
600
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
601
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
602
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("calls")
|
603
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("custom_auto_increments")[0m
|
604
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_custom_auto_increments_on_model_name')
|
605
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("principals")[0m
|
606
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protocols")
|
607
|
+
[1m[36m (1.2ms)[0m [1mselect sqlite_version(*)[0m
|
608
|
+
[1m[35m (40.3ms)[0m CREATE TABLE "calls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
609
|
+
[1m[36m (4.0ms)[0m [1mCREATE TABLE "custom_auto_increments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
610
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("custom_auto_increments")
|
611
|
+
[1m[36m (4.0ms)[0m [1mCREATE INDEX "index_custom_auto_increments_on_model_name" ON "custom_auto_increments" ("model_name")[0m
|
612
|
+
[1m[35m (4.6ms)[0m CREATE TABLE "principals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "protokoll_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
613
|
+
[1m[36m (3.8ms)[0m [1mCREATE TABLE "protocols" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
614
|
+
[1m[35m (6.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
615
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
616
|
+
[1m[35m (5.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
617
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
618
|
+
[1m[35m (3.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120222164124')
|
619
|
+
[1m[36m (5.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20110923024431')[0m
|
620
|
+
[1m[35m (5.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20110923101536')
|
621
|
+
[1m[36m (4.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20110928013630')[0m
|
622
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
623
|
+
Binary data inserted for `string` type on column `model_name`
|
624
|
+
Binary data inserted for `string` type on column `model_name`
|
625
|
+
[1m[36m (64.0ms)[0m [1mselect sqlite_version(*)[0m
|
626
|
+
[1m[35m (4.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
627
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
628
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
629
|
+
[1m[36m (0.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
630
|
+
Migrating to CreateProtocols (20110923024431)
|
631
|
+
[1m[35m (0.0ms)[0m begin transaction
|
632
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "protocols" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
633
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110923024431')
|
634
|
+
[1m[36m (6.2ms)[0m [1mcommit transaction[0m
|
635
|
+
Migrating to CreatePrincipals (20110923101536)
|
636
|
+
[1m[35m (0.1ms)[0m begin transaction
|
637
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "principals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "protokoll_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
638
|
+
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110923101536')
|
639
|
+
[1m[36m (4.7ms)[0m [1mcommit transaction[0m
|
640
|
+
Migrating to CreateCalls (20110928013630)
|
641
|
+
[1m[35m (0.1ms)[0m begin transaction
|
642
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "calls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
643
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110928013630')
|
644
|
+
[1m[36m (4.7ms)[0m [1mcommit transaction[0m
|
645
|
+
Migrating to CreateCustomAutoIncrements (20120222164124)
|
646
|
+
[1m[35m (0.1ms)[0m begin transaction
|
647
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "custom_auto_increments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "counter" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
648
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("custom_auto_increments")
|
649
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_custom_auto_increments_on_model_name" ON "custom_auto_increments" ("model_name")[0m
|
650
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120222164124')
|
651
|
+
[1m[36m (4.7ms)[0m [1mcommit transaction[0m
|
652
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
653
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
654
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("calls")
|
655
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("custom_auto_increments")[0m
|
656
|
+
[1m[35m (0.0ms)[0m PRAGMA index_info('index_custom_auto_increments_on_model_name')
|
657
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("principals")[0m
|
658
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("protocols")
|