Connecting to database specified by database.yml Connecting to database specified by database.yml  (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (7.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to InstallSeqseq (20130929095519)  (0.1ms) BEGIN  (8.9ms) CREATE TABLE "auto_sequences" ("id" serial primary key, "seq_name" character varying(255), "criteria" character varying(255), "start_with" integer, "step_by" integer, "next_val" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (3.4ms) CREATE UNIQUE INDEX "index_auto_sequences_on_seq_name_and_criteria" ON "auto_sequences" ("seq_name", "criteria")  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130929095519')  (2.2ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (105.2ms) DROP DATABASE IF EXISTS "seqseq_test"  (407.4ms) CREATE DATABASE "seqseq_test" ENCODING = 'unicode'  (30.4ms) CREATE TABLE "auto_sequences" ("id" serial primary key, "seq_name" character varying(255), "criteria" character varying(255), "start_with" integer, "step_by" integer, "next_val" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (3.5ms) CREATE UNIQUE INDEX "index_auto_sequences_on_seq_name_and_criteria" ON "auto_sequences" ("seq_name", "criteria")  (0.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (15.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130929095519')